diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-08 17:02:30 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-08 17:02:30 -0400 |
| commit | 0a82eb6523b0c839d3eedcdce0aeaeae5289e726 (patch) | |
| tree | dbea835c905fbc0d1e26b3c1c92bd55f7d161136 /Makefile | |
| parent | 0033759a90281f927f7adfd06b64b84af6d8ca83 (diff) | |
Set up Travis CI
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |
