summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-08-08 17:02:30 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-08-08 17:02:30 -0400
commit0a82eb6523b0c839d3eedcdce0aeaeae5289e726 (patch)
treedbea835c905fbc0d1e26b3c1c92bd55f7d161136 /Makefile
parent0033759a90281f927f7adfd06b64b84af6d8ca83 (diff)
Set up Travis CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 78be537..6716936 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,11 @@ MD5 := md5sum -c
PYTHON := python
PYTHON3 := python3
-RGBASM := rgbasm
-RGBGFX := rgbgfx
-RGBLINK := rgblink
-RGBFIX := rgbfix
+RGBDS ?=
+RGBASM := $(RGBDS)rgbasm
+RGBGFX := $(RGBDS)rgbgfx
+RGBLINK := $(RGBDS)rgblink
+RGBFIX := $(RGBDS)rgbfix
sort_sym := tools/sort_symfile.sh
RGBASMFLAGS := -h -E -i $(BUILD)/ -DGOLD -DDEBUG=1