diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 75145a3..a97614b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,10 @@ +MAKEFLAGS += -s + all: 7ed-TESTING 7ed-TESTING: cd .. && make tests - @echo "Done." + echo "Done." clean: cd .. && make clean - @echo "Cleaned." + echo "Cleaned." |