summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-03-04 12:45:40 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:24 +0100
commit14e3b0e4f801f6fdbd6be941a2022e4e665d88eb (patch)
treee3707cc56c16aa8a38d85c3eb1947ba4188316e3 /Makefile
parent9db81cb91674d45bbb4936a098f4e4fb1a5b45bd (diff)
fxied api change in other tasks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69b8615..cb8173b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
LIB=lib.c
CC=gcc
-all: task1 task4 task5 task6
+all: task1 task2 task4 task5 task6
task1:
$(CC) task1.c $(LIB) -o task1
@@ -19,4 +19,4 @@ task6:
$(CC) task6.c $(LIB) -o task6
clean:
- rm task4 task5 task6
+ rm task1 task2 task4 task5 task6