summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-29 03:55:59 -0800
committerYamaArashi <shadow962@live.com>2016-01-29 03:55:59 -0800
commitaa5f55985df95a853c30aecd21cde8c4663810d5 (patch)
treed08ef1b960ac66c41dbf89ddd2628c7b91e98d48 /Makefile
parent3a5e05377e844f62911633e7ff8da7a3d37cd2b2 (diff)
tilesets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f367ddc7..7ffc0d5b1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ clean:
$(RM) genasm/*
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} +
-include graphics_file_rules.mk
+include castform.mk
+include tilesets.mk
%.png: ;
%.pal: ;