X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=069147938a138f4e7d5b8f1c9af48d3958262739;hp=2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6;hb=4aa6c51696d2b11c572eccd37238db1691785573;hpb=ef5f7db093d49d85a8c35d4f6add85592155cc09 diff --git a/sources/Makefile b/sources/Makefile index 2d3a1dc..0691479 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -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