diff options
author | Melody <melody@pallet.town> | 2018-12-25 15:52:36 -0500 |
---|---|---|
committer | Melody <melody@pallet.town> | 2018-12-25 15:52:36 -0500 |
commit | 97e04cfa33588f7737791954e08d97501e80a22b (patch) | |
tree | a55f3599713299bb201c8a6a9374fcb09ba17034 | |
parent | 2471f1ea714ef4852a7b2cfeb2662c03ffb8c082 (diff) |
finish renaming RGBDS_DIR to RGBDS
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |