diff options
Diffstat (limited to 'src/source.mk')
| -rw-r--r-- | src/source.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
