diff options
| author | Benedict <benedict@0xb8000.de> | 2016-11-14 23:12:41 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:26 +0100 |
| commit | 21ccda3438ad27d53678965d237732a0b3aae5c7 (patch) | |
| tree | 0928de8b21ec1648bfc0e11097404a7a2df79af3 /set1/Makefile | |
| parent | b1e61efdf366bd7591b64161b010b4c72a6a394e (diff) | |
makefile: added dependenies + resepect -j flag
Diffstat (limited to 'set1/Makefile')
| -rw-r--r-- | set1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/set1/Makefile b/set1/Makefile index 8b0ffbd..1b13d72 100644 --- a/set1/Makefile +++ b/set1/Makefile @@ -4,6 +4,9 @@ TARGETS=$(shell find . -type f -name "task*.c" | sed "s/\(.*\)\.c/\1/g") all: $(TARGETS) +test: + @sh ./test.sh + clean: @echo -e "\tDEL\t$(TARGETS)" @rm $(TARGETS) |
