summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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