diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |