diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
