diff options
| author | Benedict <benedict@0xb8000.de> | 2016-03-04 10:54:20 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:24 +0100 |
| commit | d2e94cb263ab933103e1968c0f3da638f35f5983 (patch) | |
| tree | d61961b728f9adf9089dd5e766f3ec871538c8fe /Makefile | |
| parent | dc9285bbf119385428c5cc0f6eeace27ac909339 (diff) | |
added task 1 agian in new infrastrucre
also added a test for task1
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 |
