From a28a432efbea490602e10d543c94d5d01ddd2c72 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Fri, 14 Jan 2022 20:50:37 +0100 Subject: [PATCH] Remove release files with "make clean" --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 449c44f..2cb34d7 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,7 @@ clean: @find $(BASE_DIR) -depth -type f -name "*.orig" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*~" -exec rm -f {} \; @$(RM) --force --recursive .wdm - @$(RM) --force --recursive ${RELEASE_DIR} - @$(RM) --force --recursive ${TARGET_DIR} + @$(RM) --force --recursive ${RELEASE_DIR} ${TARGET_DIR} ${RELEASE_TARGZ} ${RELEASE_ZIP} #+ Remove all automatically generated and Git repository data distclean: clean venv-clean