X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;fp=sources%2FMakefile;h=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hp=2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6;hb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;hpb=6da397ead5f7048133f833a45b3799666ddb3f0a diff --git a/sources/Makefile b/sources/Makefile index 2d3a1dc..e3089fa 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 $@