From 4eb935eb5a602f59d7ac646fa8757aeda81f4656 Mon Sep 17 00:00:00 2001 From: Melody Date: Tue, 25 Dec 2018 14:48:44 -0500 Subject: [PATCH] allow setting RGBASM in environment vars --- Makefile | 8 ++++---- 1 file 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