aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile b/scripts/makefile
index 3efa6d7..e61e101 100644
--- a/scripts/makefile
+++ b/scripts/makefile
@@ -54,8 +54,8 @@ gen/gen_parser.c: src/parser.y gen/gen_lexer.inc
gen/gen_lexer.inc: src/lexer.l
flex -o gen/gen_lexer.inc src/lexer.l
-posthaste: $(POSTHASTE_OBJS) deps/ejit/ejit.o
- $(COMPILE_POSTHASTE) $(POSTHASTE_OBJS) deps/ejit/ejit.o -o $@ $(LINK_FLAGS)
+posthaste: $(POSTHASTE_OBJS) deps/ejit/libejit.a
+ $(COMPILE_POSTHASTE) $(POSTHASTE_OBJS) deps/ejit/libejit.a -o $@ $(LINK_FLAGS)
# might lint some common things twice
.PHONY: