summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody <melody@pallet.town>2018-12-25 14:48:44 -0500
committerMelody <melody@pallet.town>2018-12-25 14:48:44 -0500
commit4eb935eb5a602f59d7ac646fa8757aeda81f4656 (patch)
tree9ed6383132d1e38eff3b6bb972ea92104176d7dc
parent0ae5e9b3986dbbe64870dc1ad29a63b65b96200e (diff)
allow setting RGBASM in environment vars
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c78a996ce..73f5d1574 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ else
SHA1 := sha1sum
endif
-RGBASM := rgbasm
-RGBFIX := rgbfix
-RGBGFX := rgbgfx
-RGBLINK := rgblink
+RGBASM ?= rgbasm
+RGBFIX ?= rgbfix
+RGBGFX ?= rgbgfx
+RGBLINK ?= rgblink
roms := pokecrystal.gbc pokecrystal11.gbc