You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Empty rules are unnecessary (error messages are fine without them)
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 $< $@
|
||||||
|
Reference in New Issue
Block a user