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