mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Makefile: $: is not an escaped :
This commit is contained in:
parent
168d03b957
commit
516dbd1aae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ globals.asm: $(ALL_DEPENDENCIES:.asm=.tx) $(OBJS:.o=.tx)
|
|||
globals.tx: globals.asm
|
||||
@cp $< $@
|
||||
|
||||
$(OBJS): $$*.tx $$($$*_DEPENDENCIES$:.asm=.tx)
|
||||
$(OBJS): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_DEPENDENCIES))
|
||||
rgbasm -o $@ $*.tx
|
||||
|
||||
pokered.gbc: globals.tx $(RED_OBJS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue