aboutsummaryrefslogtreecommitdiff
path: root/Lua/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 17:31:21 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 17:31:21 -0700
commit04eb92153f04930b348f85120255c5715ec55b6f (patch)
tree4a9838fbd09488850358c7272b256bb8b2a6bbc9 /Lua/Makefile
parentc81601729ea2d1f7ef6aab14fec0e19ee326b740 (diff)
WIP
Diffstat (limited to 'Lua/Makefile')
-rw-r--r--Lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lua/Makefile b/Lua/Makefile
index 4569ce6..d67289e 100644
--- a/Lua/Makefile
+++ b/Lua/Makefile
@@ -39,7 +39,7 @@ clean:
lbp.o: lbp.c
$(CC) -c $(ALL_FLAGS) -o $@ $<
-bp.so: lbp.o ../print.o ../files.o ../pattern.o ../utils.o ../utf8.o ../match.o ../definitions.o
+bp.so: lbp.o ../pattern.o ../utils.o ../utf8.o ../match.o ../definitions.o
$(MAKESO) -o $@ $^
test: bp.so