From 741d22907e0c23791c5abf0ffbb5b5d9377418df Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 2 Sep 2018 15:54:22 -0400 Subject: [PATCH] Empty rules are unnecessary (error messages are fine without them) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 $< $@