From d2e94cb263ab933103e1968c0f3da638f35f5983 Mon Sep 17 00:00:00 2001 From: Benedict Date: Fri, 4 Mar 2016 10:54:20 +0100 Subject: added task 1 agian in new infrastrucre also added a test for task1 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e5d683..2178244 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ LIB=lib.c CC=gcc -all: task4 task5 task6 +all: task1 task4 task5 task6 + +task1: + $(CC) task1.c $(LIB) -o task1 task4: $(CC) task4.c $(LIB) -o task4 -- cgit v1.2.3-70-g09d2