From 0a82eb6523b0c839d3eedcdce0aeaeae5289e726 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 8 Aug 2020 17:02:30 -0400 Subject: Set up Travis CI --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3