X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=e2c933175b2afb03f70d514e8d5be5455c11e794;hp=1704f20cc9cd1c6841f0f5d360a222aec9e55e9d;hb=6f6eab8c180eab2c8456261cb21bfd1b8f719705;hpb=ee350fdc6822ea17657d0e1598faa3e56c8d6e9b 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 $@