summaryrefslogtreecommitdiff
path: root/set2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'set2/Makefile')
-rw-r--r--set2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/set2/Makefile b/set2/Makefile
index 1f8f890..9c5f43e 100644
--- a/set2/Makefile
+++ b/set2/Makefile
@@ -9,6 +9,8 @@ task9:
$(CC) $(CFLAGS) task9.c $(LIB) $(CLIBS) -o task9
task10:
$(CC) $(CFLAGS) task10.c $(LIB) $(CLIBS) -o task10
+task11:
+ $(CC) $(CFLAGS) task11.c $(LIB) $(CLIBS) -o task11
task15:
$(CC) $(CFLAGS) task15.c $(LIB) $(CLIBS) -o task15
clean: