mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Remove useless lines in the makefile.
The previous rules were composed this way but only because target-specific variables weren't used. As they are now, they actually do nothing.
This commit is contained in:
parent
e11ef2b8d5
commit
0be6e6c910
2
Makefile
2
Makefile
@ -45,12 +45,10 @@ compare: pokecrystal.gbc pokecrystal11.gbc
|
||||
%.asm: ;
|
||||
|
||||
%11.o: dep = $(shell $(includes) $(@D)/$*.asm)
|
||||
$(crystal11_obj): %11.o:
|
||||
%11.o: %.asm $$(dep)
|
||||
rgbasm -D CRYSTAL11 -o $@ $<
|
||||
|
||||
%.o: dep = $(shell $(includes) $(@D)/$*.asm)
|
||||
$(crystal_obj): %.o:
|
||||
%.o: %.asm $$(dep)
|
||||
rgbasm -o $@ $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user