mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
finish renaming RGBDS_DIR to RGBDS
This commit is contained in:
parent
2471f1ea71
commit
97e04cfa33
8
Makefile
8
Makefile
@ -5,10 +5,10 @@ SHA1 := sha1sum
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
RGBDS ?=
|
RGBDS ?=
|
||||||
RGBASM ?= $(RGBDS_DIR)rgbasm
|
RGBASM ?= $(RGBDS)rgbasm
|
||||||
RGBFIX ?= $(RGBDS_DIR)rgbfix
|
RGBFIX ?= $(RGBDS)rgbfix
|
||||||
RGBGFX ?= $(RGBDS_DIR)rgbgfx
|
RGBGFX ?= $(RGBDS)rgbgfx
|
||||||
RGBLINK ?= $(RGBDS_DIR)rgblink
|
RGBLINK ?= $(RGBDS)rgblink
|
||||||
|
|
||||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user