X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=dd605131addd66556779dc7cf52125702daea5d3;hb=487b554b85cda92d10367d5af69a0355b9b2329d;hp=c1976a795e2b77696bac040b2ffe9d88b01be287;hpb=0d1802dcd969187e6133ba143ebc473c9fefc259;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index c1976a7..dd60513 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -8,6 +8,14 @@ CFLADJ=-c OBJ = SockRead.o SockWrite.o +all: forktest errcode echo echod daytimed iterdaytimed daytime + +testfopen: test_fopen.c + $(CC) $(CFLAGS) $^ -o $@ + +testren: TestRen.c + $(CC) $(CFLAGS) $^ -o $@ + forktest: ForkTest.c $(CC) $(CFLAGS) $^ -o $@ @@ -35,7 +43,7 @@ $(OBJ): wrappers.h .PHONY : clean clean: - rm -f daytime iterdaytimed daytimed echod echo errcode + rm -f daytime iterdaytimed daytimed echod echo errcode forktest rm -f *~ rm -f *.o