Aggiornamento copyright, trattazione degli shared subtree per mount e
[gapil.git] / sources / Makefile
index 2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6..069147938a138f4e7d5b8f1c9af48d3958262739 100644 (file)
@@ -49,6 +49,12 @@ fortune: FortuneClient.c
 fortuned: FortuneServer.c FortuneParse.c 
        $(CC) $(CFLAGJ) $^ -o $@
 
+message_setter: message_setter.c
+       $(CC) $(CFLAGJ) $^ -o $@
+
+message_getter: message_getter.c
+       $(CC) $(CFLAGJ) $^ -o $@
+
 barcode: BarCode.c
        $(CC)  $^ -o $@
 
@@ -64,7 +70,7 @@ testfopen: test_fopen.c
 testren: TestRen.c
        $(CC) $(CFLAGJ) $^ -o $@
 
-forktest: ForkTest.c 
+forktest: fork_test.c 
        $(CC) $(CFLAGJ) $^ -o $@
 
 errcode: ErrCode.c