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 SHA1 := sha1sum
endif endif
RGBASM ?= rgbasm RGBDS_DIR ?=
RGBFIX ?= rgbfix RGBASM ?= $(RGBDS_DIR)rgbasm
RGBGFX ?= rgbgfx RGBFIX ?= $(RGBDS_DIR)rgbfix
RGBLINK ?= rgblink RGBGFX ?= $(RGBDS_DIR)rgbgfx
RGBLINK ?= $(RGBDS_DIR)rgblink
roms := pokecrystal.gbc pokecrystal11.gbc roms := pokecrystal.gbc pokecrystal11.gbc