From 30bad188832f31be2eb1cc39196211da1d5bd0c1 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Mon, 28 Oct 2019 14:53:25 -0700 Subject: [PATCH] Makefile: remove wad-image-clean as prereq to clean target Thanks Fabian for pointing this out --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d06c782..2f2de297 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ doom.gpl: lumps/playpal/playpal-base.lmp gimp-palette: doom.gpl -clean: wad-image-clean +clean: $(RM) *.html doom.gpl $(OBJS) \ ./COPYING.txt ./CREDITS.txt \ ./wadinfo_phase1.txt \