From 4ed371cc378a3b579d46ed89a2677769a6d5ea24 Mon Sep 17 00:00:00 2001 From: Benedict Date: Tue, 22 Mar 2016 19:11:22 +0100 Subject: completed set 2 challenge 11 --- set2/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'set2/Makefile') 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: -- cgit v1.2.3-70-g09d2