diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-02 15:54:22 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-08 12:33:52 -0400 |
commit | 741d22907e0c23791c5abf0ffbb5b5d9377418df (patch) | |
tree | 860f93a381a71498d4699f0e52023d74702126db | |
parent | 140a065b7a7c124c3dd03367c1813614caacff86 (diff) |
Empty rules are unnecessary (error messages are fine without them)
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 $< $@ |