aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7017e24..7ff7f5f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ tags: $(CFILES) bp.c
clean:
rm -f $(NAME) $(OBJFILES)
-test:
+test: $(NAME)
./$(NAME) -g grammars/bp.bp -p Grammar grammars/bp.bp
leaktest: