From 9b75f546b3a171a4e5afc7ed9d4969f73113c2c9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 17 Aug 2024 12:53:10 +0100 Subject: skip glob for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df852dd..2a50d33 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ bth: $(CS) $(HS) Makefile $(CC) $(CFLAGS) -o bth $(CS) test: bth - ./run_tests.sh + ./run_tests.sh '*clos*' clean: rm bth -- cgit v1.2.3