Modificato il makefile per la generazione automatica delle figure,
[gapil.git] / sources / Makefile
index cd22c1406c2b16a9f8bc3f9e922741972650bf9c..868ff584e07ed477e06cf5afa23d60423c322e39 100644 (file)
@@ -14,7 +14,7 @@ FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \
 fortune: FortuneClient.c
        $(CC) $^ -o $@
 
-fortuned: FortuneServer.c FortuneParse.c
+fortuned: FortuneServer.c FortuneParse.c 
        $(CC) $^ -o $@
 
 barcode: BarCode.c
@@ -77,14 +77,3 @@ clean:
        rm -f *.o
        rm -f prova*
        rm -f output*
-
-
-
-
-
-
-
-
-
-
-