mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
allow setting RGBDS_DIR
This commit is contained in:
parent
4eb935eb5a
commit
7e4b956978
9
Makefile
9
Makefile
@ -4,10 +4,11 @@ else
|
|||||||
SHA1 := sha1sum
|
SHA1 := sha1sum
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RGBASM ?= rgbasm
|
RGBDS_DIR ?=
|
||||||
RGBFIX ?= rgbfix
|
RGBASM ?= $(RGBDS_DIR)rgbasm
|
||||||
RGBGFX ?= rgbgfx
|
RGBFIX ?= $(RGBDS_DIR)rgbfix
|
||||||
RGBLINK ?= rgblink
|
RGBGFX ?= $(RGBDS_DIR)rgbgfx
|
||||||
|
RGBLINK ?= $(RGBDS_DIR)rgblink
|
||||||
|
|
||||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user