From 92573731633bbbaaccee27d3f14c73af7a0b78cf Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 24 Oct 2024 14:59:39 +0200 Subject: [PATCH] adding make test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9be1b7d..a6c5959 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ uninstall: rm /usr/local/bin/bob2 rm -r /usr/local/lib/bob +.PHONY: test # Declare 'test' as a phony target test: - /bin/sh ./test/test.sh \ No newline at end of file + bash ./test/test.sh \ No newline at end of file