diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-27 19:13:32 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-27 19:13:32 -0400 |
| commit | e5c0d09893401b82855872d4f150a0acf56d76d4 (patch) | |
| tree | 41019f1460d4b12179e4a5bfd1c3629af978ad7f /Lua/Makefile | |
| parent | 8b88c1784ebd5b379a71ae6a0c1ae7356660fb3c (diff) | |
Added printmatch
Diffstat (limited to 'Lua/Makefile')
| -rw-r--r-- | Lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lua/Makefile b/Lua/Makefile index 5be2cb4..fc1ba14 100644 --- a/Lua/Makefile +++ b/Lua/Makefile @@ -39,7 +39,7 @@ clean: lbp.o: lbp.c builtins.h $(CC) -c $(ALL_FLAGS) -o $@ $< -bp.so: lbp.o ../pattern.o ../utils.o ../utf8.o ../match.o +bp.so: lbp.o ../pattern.o ../utils.o ../utf8.o ../match.o ../printmatch.o $(MAKESO) -o $@ $^ builtins.h: ../grammars/builtins.bp |
