diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 13:45:51 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 13:45:51 -0700 |
| commit | 8268e67875abeaae99d0793e424514662a84628d (patch) | |
| tree | 70120e92618860374016af294e31bdf135404dee /Makefile | |
| parent | d3c1526f71a083b98b7ac8833434cd0347d8fc7f (diff) | |
Bugfix for replacing @0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ clean: rm -f $(NAME) $(OBJFILES) test: $(NAME) + ./$(NAME) Comment -r '[@0]' ./$(NAME) -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp leaktest: bp |
