aboutsummaryrefslogtreecommitdiff
path: root/scripts/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile')
-rw-r--r--scripts/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/makefile b/scripts/makefile
index 0d08407..7f24989 100644
--- a/scripts/makefile
+++ b/scripts/makefile
@@ -14,11 +14,6 @@ ASSERTFLAGS != [ "$(ASSERT)" != "0" ] \
&& echo "-DASSERT=1" \
|| echo
-JIT ?= 1
-JITFLAGS != [ "$(JIT)" != "0" ] \
- && echo "-DJIT=1" \
- || echo
-
DEPFLAGS = -MT $@ -MMD -MP -MF $@.d
LINTFLAGS = -fsyntax-only
PREPROCESS = -E
@@ -57,9 +52,6 @@ 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)
-deps/ejit/ejit.o:
- $(MAKE) -C deps/ejit
-
# might lint some common things twice
.PHONY:
lint: $(POSTHASTE_LINTS)