From 7e4b9569786b298becfe658c7a8417300dbf1382 Mon Sep 17 00:00:00 2001 From: Melody Date: Tue, 25 Dec 2018 15:13:57 -0500 Subject: [PATCH] allow setting RGBDS_DIR --- Makefile | 9 +++++---- 1 file 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