mirror of https://github.com/pret/pokecrystal.git
Fix crystal11 after clean
This commit is contained in:
parent
1a549990da
commit
0bd74cdd73
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ tools/%: tools/%.c
|
|||
|
||||
%.asm: ;
|
||||
|
||||
%11.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
|
||||
%11.o: %.asm $$(dep)
|
||||
$(crystal11_obj): dep = $(shell tools/scan_includes $(@D)/$*.asm)
|
||||
$(crystal11_obj): %11.o: %.asm $$(dep)
|
||||
rgbasm -D CRYSTAL11 -o $@ $<
|
||||
|
||||
%.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
|
||||
|
|
Loading…
Reference in New Issue