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
|
||||
endif
|
||||
|
||||
RGBASM ?= rgbasm
|
||||
RGBFIX ?= rgbfix
|
||||
RGBGFX ?= rgbgfx
|
||||
RGBLINK ?= rgblink
|
||||
RGBDS_DIR ?=
|
||||
RGBASM ?= $(RGBDS_DIR)rgbasm
|
||||
RGBFIX ?= $(RGBDS_DIR)rgbfix
|
||||
RGBGFX ?= $(RGBDS_DIR)rgbgfx
|
||||
RGBLINK ?= $(RGBDS_DIR)rgblink
|
||||
|
||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user