From 911827fac3a53734c9a4a99c1b8ec2a689bc59d8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 Sep 2021 20:36:10 -0700 Subject: Removed definitions as a separate type and instead encode that value in the patterns themselves. This simplifies memory management a lot and speeds up performance. --- Lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lua/Makefile') diff --git a/Lua/Makefile b/Lua/Makefile index c729821..5be2cb4 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 ../definitions.o +bp.so: lbp.o ../pattern.o ../utils.o ../utf8.o ../match.o $(MAKESO) -o $@ $^ builtins.h: ../grammars/builtins.bp -- cgit v1.2.3