From 6f6ac67dd555827dd2df8baf37e766eba6539805 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Thu, 12 Sep 2019 15:54:30 -0700 Subject: [PATCH] =?UTF-8?q?Makefile:=20remove=20=E2=80=9Cdeutex.log?= =?UTF-8?q?=E2=80=9D=20from=20clean=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DeuTex since 5.0 no longer generates such a file. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8cc216b..6892f216 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ else endif clean: wad-image-clean - $(RM) *.html deutex.log $(OBJS) \ + $(RM) *.html $(OBJS) \ ./COPYING.txt ./CREDITS.txt \ ./wadinfo_phase1.txt \ ./wadinfo_phase2.txt \ @@ -109,6 +109,7 @@ clean: wad-image-clean ./lumps/freedm.lmp -rmdir $(WADS) + $(MAKE) -C bootstrap clean $(MAKE) -C dist clean $(MAKE) -C graphics/text clean $(MAKE) -C lumps/dehacked clean @@ -117,7 +118,6 @@ clean: wad-image-clean $(MAKE) -C lumps/genmidi clean $(MAKE) -C lumps/dmxgus clean $(MAKE) -C lumps/textures clean - $(MAKE) -C bootstrap clean # Variables that are common to wad-image* targets. WI_LEVELS := levels