finish renaming RGBDS_DIR to RGBDS

This commit is contained in:
Melody 2018-12-25 15:52:36 -05:00
parent 2471f1ea71
commit 97e04cfa33

View File

@ -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