From 6aefc5167a64e05580dcf1afc70efa496ed145ac Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 27 Jun 2023 13:00:19 +0300 Subject: add immediate loading --- src/source.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/source.mk') diff --git a/src/source.mk b/src/source.mk index de98d32..618d385 100644 --- a/src/source.mk +++ b/src/source.mk @@ -1,2 +1,8 @@ SRC_LOCAL != echo src/*.c SOURCES += $(SRC_LOCAL) + +# a bit ugly maybe, but I'm not aware of a better way to tell make +# "hey, these files have to generate some stuff for us" +src/main.c: src/copyjit.h +src/copyjit.c: src/copyjit.h +src/copyjit.h: lib/op_decls.h lib/imm_decls.h -- cgit v1.3