allow setting RGBDS_DIR

This commit is contained in:
Melody 2018-12-25 15:13:57 -05:00
parent 4eb935eb5a
commit 7e4b956978

View File

@ -4,10 +4,11 @@ else
SHA1 := sha1sum
endif
RGBASM ?= rgbasm
RGBFIX ?= rgbfix
RGBGFX ?= rgbgfx
RGBLINK ?= rgblink
RGBDS_DIR ?=
RGBASM ?= $(RGBDS_DIR)rgbasm
RGBFIX ?= $(RGBDS_DIR)rgbfix
RGBGFX ?= $(RGBDS_DIR)rgbgfx
RGBLINK ?= $(RGBDS_DIR)rgblink
roms := pokecrystal.gbc pokecrystal11.gbc