aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-06-26 21:51:58 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-06-26 21:51:58 +0300
commita929e68d37e3d8ef4a6fbeda39b9d2c6c8170206 (patch)
treeb8c496f1f9b9572ed5d9ca3d5d71a40428e76f6e /scripts
parent01052811be08444458576dda994d15f8823560ea (diff)
downloadposthaste-a929e68d37e3d8ef4a6fbeda39b9d2c6c8170206.tar.gz
posthaste-a929e68d37e3d8ef4a6fbeda39b9d2c6c8170206.zip
initial working ejit config
Diffstat (limited to 'scripts')
-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)