You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #583 from melthelesbian/rgbds_environment_config
allow setting RGBASM/etc in environment vars
This commit is contained in:
9
Makefile
9
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user