mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
allow setting RGBASM in environment vars
This commit is contained in:
parent
0ae5e9b398
commit
4eb935eb5a
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user