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
|
||||
|
||||
RGBDS ?=
|
||||
RGBASM ?= $(RGBDS_DIR)rgbasm
|
||||
RGBFIX ?= $(RGBDS_DIR)rgbfix
|
||||
RGBGFX ?= $(RGBDS_DIR)rgbgfx
|
||||
RGBLINK ?= $(RGBDS_DIR)rgblink
|
||||
RGBASM ?= $(RGBDS)rgbasm
|
||||
RGBFIX ?= $(RGBDS)rgbfix
|
||||
RGBGFX ?= $(RGBDS)rgbgfx
|
||||
RGBLINK ?= $(RGBDS)rgblink
|
||||
|
||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user