From 30fc82f1b352b806c3716bf551f372cefc84c1d7 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 11 Feb 2024 16:42:31 +0100 Subject: More changes to the makefile to make it easier for testing --- test/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..75145a3 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,8 @@ +all: 7ed-TESTING +7ed-TESTING: + cd .. && make tests + @echo "Done." + +clean: + cd .. && make clean + @echo "Cleaned." -- cgit v1.2.3