X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=cd22c1406c2b16a9f8bc3f9e922741972650bf9c;hp=d572d49ba65142a6b1fe5e73ea55833c5bb97931;hb=6c8d59152cff88b5835eeb749445148bb3546a5b;hpb=7463fc5258c5afb139286c2509f5161bc0d76290 diff --git a/sources/Makefile b/sources/Makefile index d572d49..cd22c14 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -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