Merge pull request #583 from melthelesbian/rgbds_environment_config

allow setting RGBASM/etc in environment vars
This commit is contained in:
Rangi
2018-12-30 11:07:40 -05:00
committed by GitHub

View File

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