Corretta cattiva riallocazione su linee multiple, iniziato a inserire
[gapil.git] / sources / Makefile
index b13e6698b79ee2f4c3bdb1471aadb881943ad0b4..d572d49ba65142a6b1fe5e73ea55833c5bb97931 100644 (file)
@@ -9,11 +9,28 @@ CFLADJ=-c
 OBJ = SockRead.o SockWrite.o
 
 FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \
-       testren
+       testren fortune fortuned
 
+fortune: FortuneClient.c
+       $(CC) $^ -o $@
+
+fortuned: FortuneServer.c FortuneParse.c
+       $(CC) $^ -o $@
+
+barcode: BarCode.c
+       $(CC) $(CFLAGS) $^ -o $@
+
+
+barcodepage: BarCodePage.c
+       $(CC) $(CFLAGS) $^ -o $@
+
+
+getparam: getparam.c
+       $(CC) $(CFLAGS) $^ -o $@
 
 all: $(FINAL)
 
+
 testfopen: test_fopen.c
        $(CC) $(CFLAGS) $^ -o $@