summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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