From: Holger Schemel Date: Mon, 2 Mar 2015 19:20:47 +0000 (+0100) Subject: changed to also remove dynamically generated ILBM file on 'clean' target X-Git-Tag: 4.0.0.0-rc1~260 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e994e84be9f30f8d6ae6dc8951d53340dab2466f;hp=14d14d427291e29f00d32640a7ee0a652c9bf074 changed to also remove dynamically generated ILBM file on 'clean' target --- 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