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