summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-09-02 15:54:22 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-09-08 12:33:52 -0400
commit741d22907e0c23791c5abf0ffbb5b5d9377418df (patch)
tree860f93a381a71498d4699f0e52023d74702126db
parent140a065b7a7c124c3dd03367c1813614caacff86 (diff)
Empty rules are unnecessary (error messages are fine without them)
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d0109a8e5..6ece5e510 100644
--- a/Makefile
+++ b/Makefile
@@ -215,9 +215,6 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
### Catch-all graphics rules
-%.bin: ;
-%.blk: ;
-
%.2bpp: %.png
$(RGBGFX) $(rgbgfx) -o $@ $<
$(if $(tools/gfx),\
@@ -230,5 +227,6 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
%.gbcpal: %.png
$(RGBGFX) -p $@ $<
+
%.dimensions: %.png
tools/png_dimensions $< $@