From 330c22b13e46f3ba51d5c2775235da2276dca8a0 Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 22 May 2024 20:11:10 +0200 Subject: networking learning --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile (limited to 'test') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..48a5814 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,6 @@ +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests -- cgit v1.2.3