X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=64293b7229d4c45f266e6655a0e170c66742496e;hp=c1976a795e2b77696bac040b2ffe9d88b01be287;hb=54d27b07aee6d293931ee274a3ede927f517f2cf;hpb=0d1802dcd969187e6133ba143ebc473c9fefc259 diff --git a/sources/Makefile b/sources/Makefile index c1976a7..64293b7 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -8,6 +8,8 @@ CFLADJ=-c OBJ = SockRead.o SockWrite.o +all: forktest errcode echo echod daytimed iterdaytimed daytime + forktest: ForkTest.c $(CC) $(CFLAGS) $^ -o $@ @@ -35,7 +37,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