diff options
author | Oskar <[email protected]> | 2024-02-11 18:28:01 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-02-11 18:28:01 +0100 |
commit | dcc3d0e1214616ce639dfcc873650e736e6951af (patch) | |
tree | 99149c870db5b69e5cab49172cdfd338ca74acf0 /test | |
parent | 32e27cbd2d5c151e7f4805dd862c5ec18ca62b9d (diff) |
minor fixes
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." |