diff options
Diffstat (limited to 'set1')
| -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) |
