diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-11 00:19:52 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-11 00:19:52 -0700 |
| commit | b09bd4c746bd9682b29fa4f329c4b8e7effbfd51 (patch) | |
| tree | 5389b2c4ed75d17ca8ad4cdff9f96f72b49992d4 /Makefile | |
| parent | e6aafbc1ac9bb88ac062b7ab359b6f15c322c3cd (diff) | |
Code cleanup: adding len parameter to new_pat()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
