Aggiunte varie.
[gapil.git] / sources / Makefile
index b13e6698b79ee2f4c3bdb1471aadb881943ad0b4..7ce1d44acdcdb9081d4c9d5a472aa7f9e0aaf0bf 100644 (file)
@@ -12,8 +12,12 @@ FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \
        testren
 
 
        testren
 
 
+getparam: getparam.c
+       $(CC) $(CFLAGS) $^ -o $@
+
 all: $(FINAL)
 
 all: $(FINAL)
 
+
 testfopen: test_fopen.c
        $(CC) $(CFLAGS) $^ -o $@
 
 testfopen: test_fopen.c
        $(CC) $(CFLAGS) $^ -o $@