shithub: pokecrystal

Download patch

ref: 741d22907e0c23791c5abf0ffbb5b5d9377418df
parent: 140a065b7a7c124c3dd03367c1813614caacff86
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Sep 2 11:54:22 EDT 2018

Empty rules are unnecessary (error messages are fine without them)

--- a/Makefile
+++ b/Makefile
@@ -215,9 +215,6 @@
 
 ### Catch-all graphics rules
 
-%.bin: ;
-%.blk: ;
-
 %.2bpp: %.png
 	$(RGBGFX) $(rgbgfx) -o $@ $<
 	$(if $(tools/gfx),\
@@ -230,5 +227,6 @@
 
 %.gbcpal: %.png
 	$(RGBGFX) -p $@ $<
+
 %.dimensions: %.png
 	tools/png_dimensions $< $@