From 8acab012bff56dd8b538d60c76dc084637887895 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 2 Aug 2024 18:00:00 +0200 Subject: Add test directory --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..8215134 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,6 @@ +test: + cc -c main.c -o main.o + cc main.o -L.. -l:libproperties.a -o $@ + +clean: + rm -rf test -- cgit v1.2.3