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
commit f7ce402d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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