mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Makefile: $: is not an escaped :
This commit is contained in:
parent
168d03b957
commit
516dbd1aae
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ globals.asm: $(ALL_DEPENDENCIES:.asm=.tx) $(OBJS:.o=.tx)
|
||||||
globals.tx: globals.asm
|
globals.tx: globals.asm
|
||||||
@cp $< $@
|
@cp $< $@
|
||||||
|
|
||||||
$(OBJS): $$*.tx $$($$*_DEPENDENCIES$:.asm=.tx)
|
$(OBJS): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_DEPENDENCIES))
|
||||||
rgbasm -o $@ $*.tx
|
rgbasm -o $@ $*.tx
|
||||||
|
|
||||||
pokered.gbc: globals.tx $(RED_OBJS)
|
pokered.gbc: globals.tx $(RED_OBJS)
|
||||||
|
|
Loading…
Reference in a new issue