From a929e68d37e3d8ef4a6fbeda39b9d2c6c8170206 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 26 Jun 2024 21:51:58 +0300 Subject: initial working ejit config --- scripts/makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/makefile') 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) -- cgit v1.2.3