X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=e2c933175b2afb03f70d514e8d5be5455c11e794;hb=e99034c22f44153d9260bd9075319a3804ab91a9;hp=1704f20cc9cd1c6841f0f5d360a222aec9e55e9d;hpb=ee350fdc6822ea17657d0e1598faa3e56c8d6e9b;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index 1704f20..e2c9331 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -11,6 +11,9 @@ OBJ = SockRead.o SockWrite.o FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ testren fortune fortuned +flock: Flock.c + $(CC) $^ -o $@ + mqfortune: MQFortuneClient.c $(CC) $^ -o $@