aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-11 00:19:52 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-11 00:19:52 -0700
commitb09bd4c746bd9682b29fa4f329c4b8e7effbfd51 (patch)
tree5389b2c4ed75d17ca8ad4cdff9f96f72b49992d4 /Makefile
parente6aafbc1ac9bb88ac062b7ab359b6f15c322c3cd (diff)
Code cleanup: adding len parameter to new_pat()
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: