mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user