X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=e74f482bc438130f6fcb39b3d4552df419c496ec;hp=5579f28c2066861df1190a79a3043fcce525e6df;hb=198add70c8604fe7ffb05689aa693d782102917e;hpb=5099573b0239402d8860e2c0af07c8eb3378b865 diff --git a/sources/Makefile b/sources/Makefile index 5579f28..e74f482 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -11,6 +11,15 @@ OBJ = SockRead.o SockWrite.o FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ testren +all: fortune fortuned + +fortune: FortuneClient.c + $(CC) $^ -o $@ + +fortuned: FortuneServer.c FortuneParse.c + $(CC) $^ -o $@ + + barcode: BarCode.c $(CC) $(CFLAGS) $^ -o $@