From effa084f7429030258130df3c0e21c116a90608e Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Sat, 2 Sep 2006 16:38:29 +0000 Subject: [PATCH] expand the clean target with a few more bits and pieces --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cd0bd5b..54614520 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,16 @@ dist : $(OBJS) clean: rm -f deutex.log $(OBJS) \ ./wadinfo.txt ./wadinfo_sw.txt \ - ./wadinfo_freedm.txt ./wadinfo_iwad.txt + ./wadinfo_freedm.txt ./wadinfo_iwad.txt \ + ./lumps/freedoom.lmp \ + ./textures/doom2/pnames.txt \ + ./textures/doom2/texture1.txt \ + ./textures/freedm/pnames.txt \ + ./textures/freedm/texture1.txt \ + ./textures/shareware/pnames.txt \ + ./textures/shareware/texture1.txt \ + ./textures/texture1.txt + make -C lumps clean make -C graphics/titlepic clean make -C sprites/jond/placeholder clean