summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-06-30 01:25:41 -0400
committeryenatch <yenatch@gmail.com>2016-06-30 01:25:41 -0400
commitbed5e78b438bda7d99f11a2f2dc7492428c44818 (patch)
treefe8cc1d86cd051b4bd09f59d1cd689bb72af1ec6
parentbba3b9b53af0231bd9c9cb0987b529d37b127f37 (diff)
Prevent a misleading error when .s files are missing.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4daad575b..ed1df15bc 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ include fonts.mk
include generated.mk
include misc.mk
+%.s: ;
%.bin: ;
%.png: ;
%.pal: ;