X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=069147938a138f4e7d5b8f1c9af48d3958262739;hp=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hb=4aa6c51696d2b11c572eccd37238db1691785573;hpb=fd4e2fd24a218ef56953fd5a58d0b3c0bee8acb7 diff --git a/sources/Makefile b/sources/Makefile index e3089fa..0691479 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -70,7 +70,7 @@ testfopen: test_fopen.c testren: TestRen.c $(CC) $(CFLAGJ) $^ -o $@ -forktest: ForkTest.c +forktest: fork_test.c $(CC) $(CFLAGJ) $^ -o $@ errcode: ErrCode.c