allow setting RGBASM in environment vars

This commit is contained in:
Melody 2018-12-25 14:48:44 -05:00
parent 0ae5e9b398
commit 4eb935eb5a

View File

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