X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=576771a01586e829f54b0d0feafa28b8d23b9b8f;hp=64293b7229d4c45f266e6655a0e170c66742496e;hb=9c8e87c281e632b8b9be81e8f27da473d1f544cb;hpb=54d27b07aee6d293931ee274a3ede927f517f2cf diff --git a/sources/Makefile b/sources/Makefile index 64293b7..576771a 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -10,6 +10,9 @@ OBJ = SockRead.o SockWrite.o all: forktest errcode echo echod daytimed iterdaytimed daytime +testren: TestRen.c + $(CC) $(CFLAGS) $^ -o $@ + forktest: ForkTest.c $(CC) $(CFLAGS) $^ -o $@