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