From e994e84be9f30f8d6ae6dc8951d53340dab2466f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 2 Mar 2015 20:20:47 +0100 Subject: [PATCH] changed to also remove dynamically generated ILBM file on 'clean' target --- graphics/gfx_classic/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 54d446a1..59baa0ea 100644 --- a/graphics/gfx_classic/Makefile +++ b/graphics/gfx_classic/Makefile @@ -17,10 +17,10 @@ RND = ../../rocksndiamonds RM = rm -f +# EXT = pcx EXT = png FILES = RocksBusy.$(EXT) \ - RocksCE.$(EXT) \ RocksDC.$(EXT) \ RocksDC2.$(EXT) \ RocksDoor.$(EXT) \ @@ -35,7 +35,9 @@ FILES = RocksBusy.$(EXT) \ RocksMore.$(EXT) \ RocksSP.$(EXT) \ RocksScreen.$(EXT) \ - RocksToons.$(EXT) + RocksToons.$(EXT) \ + \ + RocksCE.$(EXT) # dynamically generated from template # ----------------------------------------------------------------------------- @@ -60,3 +62,4 @@ clean: echo "$(RM) $$i"; \ $(RM) $$i; \ done + $(RM) RocksCE.ilbm -- 2.34.1