X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=graphics%2Fgfx_classic%2FMakefile;h=086aea512a9425161fd6966e9ff52451883872df;hp=7caa356e8200b0dae60e3f4ae792e6a0913c9d2c;hb=713abb0f6b9ff07053c37db3cf0cbc37335a0852;hpb=c9e98e12c811095344a7d06360a0b2b7beccc7cf diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 7caa356e..086aea51 100644 --- a/graphics/gfx_classic/Makefile +++ b/graphics/gfx_classic/Makefile @@ -17,7 +17,7 @@ RND = ../rocksndiamonds RM = rm -f -EXT = pcx +EXT = png FILES = RocksBusy.$(EXT) \ RocksCE.$(EXT) \ @@ -49,6 +49,9 @@ all: $(FILES) %.pcx: %.ilbm ilbmtoppm $< | ppmtopcx > $@ +%.png: %.ilbm + ilbmtoppm $< | pnmtopng > $@ + RocksCE.ilbm: RocksCE-template.ilbm $(RND) -e "create CE image RocksCE.bmp" bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm