From e5c0d09893401b82855872d4f150a0acf56d76d4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 27 Apr 2022 19:13:32 -0400 Subject: Added printmatch --- Lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lua/Makefile') 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 -- cgit v1.2.3