From 97e04cfa33588f7737791954e08d97501e80a22b Mon Sep 17 00:00:00 2001 From: Melody Date: Tue, 25 Dec 2018 15:52:36 -0500 Subject: finish renaming RGBDS_DIR to RGBDS --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index eaa8e50c3..08834e479 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ SHA1 := sha1sum endif RGBDS ?= -RGBASM ?= $(RGBDS_DIR)rgbasm -RGBFIX ?= $(RGBDS_DIR)rgbfix -RGBGFX ?= $(RGBDS_DIR)rgbgfx -RGBLINK ?= $(RGBDS_DIR)rgblink +RGBASM ?= $(RGBDS)rgbasm +RGBFIX ?= $(RGBDS)rgbfix +RGBGFX ?= $(RGBDS)rgbgfx +RGBLINK ?= $(RGBDS)rgblink roms := pokecrystal.gbc pokecrystal11.gbc -- cgit v1.2.3