summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-28 22:56:48 -0700
committerYamaArashi <shadow962@live.com>2016-06-28 22:56:48 -0700
commitab0e3e9aab364089f8784a67614ca93421803494 (patch)
treebfd0380bd3afd61f18c6f14e2c04d1aadd015e7b
parentee5baa05fd5667dfb8005fe4c47b4931e11198cd (diff)
fix misleading error when .bin files are missing
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c6767587..4daad575b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ include fonts.mk
include generated.mk
include misc.mk
+%.bin: ;
%.png: ;
%.pal: ;
%.1bpp: %.png ; $(GFX) $< $@