X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=868ff584e07ed477e06cf5afa23d60423c322e39;hb=9bb8146d97c05e1be51c66fcf94aec2ede1f5971;hp=d572d49ba65142a6b1fe5e73ea55833c5bb97931;hpb=7463fc5258c5afb139286c2509f5161bc0d76290;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index d572d49..868ff58 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -14,7 +14,7 @@ FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ fortune: FortuneClient.c $(CC) $^ -o $@ -fortuned: FortuneServer.c FortuneParse.c +fortuned: FortuneServer.c FortuneParse.c $(CC) $^ -o $@ barcode: BarCode.c @@ -37,7 +37,7 @@ testfopen: test_fopen.c testren: TestRen.c $(CC) $(CFLAGS) $^ -o $@ -forktest: ForkTest.c +forktest: ForkTest.c HandSIGCHLD.c $(CC) $(CFLAGS) $^ -o $@ errcode: ErrCode.c @@ -77,14 +77,3 @@ clean: rm -f *.o rm -f prova* rm -f output* - - - - - - - - - - -