diff options
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 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 |
