From d5618e30d3ec4cf5fa10599dbd9027031cd8854f Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 14 Oct 2024 11:29:00 +0200 Subject: test directory included --- test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..26ea1ab --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ + +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests -- cgit v1.2.3