From dcc3d0e1214616ce639dfcc873650e736e6951af Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 11 Feb 2024 18:28:01 +0100 Subject: minor fixes --- test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') 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." -- cgit v1.2.3