X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hb=9fc37da8fe691ce7ca6222773aace47c5edef3d1;hp=2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6;hpb=ef5f7db093d49d85a8c35d4f6add85592155cc09;p=gapil.git 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 $@