X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=5579f28c2066861df1190a79a3043fcce525e6df;hb=c00fca809a709ea67ab3dfdede3a83ead0a9fcaf;hp=b13e6698b79ee2f4c3bdb1471aadb881943ad0b4;hpb=8afc898ae5530e3ef1073505c894bb1b738ec916;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index b13e669..5579f28 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -11,9 +11,15 @@ OBJ = SockRead.o SockWrite.o FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ testren +barcode: BarCode.c + $(CC) $(CFLAGS) $^ -o $@ + +getparam: getparam.c + $(CC) $(CFLAGS) $^ -o $@ all: $(FINAL) + testfopen: test_fopen.c $(CC) $(CFLAGS) $^ -o $@