allow setting RGBASM in environment vars
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user