From 9db81cb91674d45bbb4936a098f4e4fb1a5b45bd Mon Sep 17 00:00:00 2001 From: Benedict Date: Fri, 4 Mar 2016 12:42:08 +0100 Subject: reimplemented task2 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2178244..69b8615 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ all: task1 task4 task5 task6 task1: $(CC) task1.c $(LIB) -o task1 +task2: + $(CC) task2.c $(LIB) -o task2 + task4: $(CC) task4.c $(LIB) -o task4 -- cgit v1.2.3-70-g09d2