copy graphics_file_rules.mk from emerald and modify Makefile to get multi-graphic-sprites working

This commit is contained in:
paul
2018-10-06 20:33:33 +02:00
parent 0aa555d134
commit 0c6d127007
2 changed files with 673 additions and 0 deletions
+2
View File
@@ -88,6 +88,8 @@ clean: tidy
tidy:
rm -f $(ROM) $(ELF) $(MAP)
rm -r build/*
include graphics_file_rules.mk
%.s: ;
%.png: ;