summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-07 00:14:45 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-07 00:14:45 -0400
commit4cd32e863617326cab9cb7347a55be8c6c6dc3ac (patch)
tree23bbed989f4298b3a466aad892acd66308104b0c /Makefile
parenteb03b1ab0f00d97126caaade3c7988a973c3a2bb (diff)
migrate text rodata to C file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04690e382..0b83cb5c5 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,8 @@ tidy:
rm -f $(ROM) $(ELF) $(MAP)
rm -r build/*
+include graphics_file_rules.mk
+
%.s: ;
%.png: ;
%.pal: ;