updated graphics files to current version
[rocksndiamonds.git] / graphics / gfx_classic / Makefile
index 7caa356e8200b0dae60e3f4ae792e6a0913c9d2c..086aea512a9425161fd6966e9ff52451883872df 100644 (file)
@@ -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