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

This commit is contained in:
Rangi 2018-09-02 15:54:22 -04:00
parent 140a065b7a
commit 741d22907e

View File

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