summaryrefslogtreecommitdiff
path: root/set2/Makefile
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-03-22 19:11:22 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:25 +0100
commit4ed371cc378a3b579d46ed89a2677769a6d5ea24 (patch)
tree9e9bb09f2798954540bc62d452258a74923c5e8d /set2/Makefile
parentb586255b0dc1d6940c4a552a7125c9875e8adba6 (diff)
completed set 2 challenge 11
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: