mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix rgbdscheck running on older rgbds
This commit is contained in:
parent
770d2fc4cb
commit
1222ea7def
2
Makefile
2
Makefile
@ -121,7 +121,7 @@ $(pokecrystal11_vc_obj): RGBASMFLAGS += -D _CRYSTAL11 -D _CRYSTAL11_VC
|
|||||||
tools/make_patch $*_vc.sym $^ $@
|
tools/make_patch $*_vc.sym $^ $@
|
||||||
|
|
||||||
rgbdscheck.o: rgbdscheck.asm
|
rgbdscheck.o: rgbdscheck.asm
|
||||||
$(RGBASM) $(RGBASMFLAGS) -o $@ $<
|
$(RGBASM) -o $@ $<
|
||||||
|
|
||||||
# The dep rules have to be explicit or else missing files won't be reported.
|
# The dep rules have to be explicit or else missing files won't be reported.
|
||||||
# As a side effect, they're evaluated immediately instead of when the rule is invoked.
|
# As a side effect, they're evaluated immediately instead of when the rule is invoked.
|
||||||
|
Loading…
Reference in New Issue
Block a user