summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-03-04 10:54:20 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:24 +0100
commitd2e94cb263ab933103e1968c0f3da638f35f5983 (patch)
treed61961b728f9adf9089dd5e766f3ec871538c8fe /Makefile
parentdc9285bbf119385428c5cc0f6eeace27ac909339 (diff)
added task 1 agian in new infrastrucre
also added a test for task1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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