summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 73f5d1574..66fbca11b 100644
--- a/Makefile
+++ b/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