X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=069147938a138f4e7d5b8f1c9af48d3958262739;hb=ffb12837c5ed8ccc095bc9c88349cd19b5e6b472;hp=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hpb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;p=gapil.git 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