Remove release files with "make clean"

This commit is contained in:
Carsten Grohmann 2022-01-14 20:50:37 +01:00
parent 9d8a180c8d
commit a28a432efb

View File

@ -57,8 +57,7 @@ clean:
@find $(BASE_DIR) -depth -type f -name "*.orig" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*.orig" -exec rm -f {} \;
@find $(BASE_DIR) -depth -type f -name "*~" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*~" -exec rm -f {} \;
@$(RM) --force --recursive .wdm @$(RM) --force --recursive .wdm
@$(RM) --force --recursive ${RELEASE_DIR} @$(RM) --force --recursive ${RELEASE_DIR} ${TARGET_DIR} ${RELEASE_TARGZ} ${RELEASE_ZIP}
@$(RM) --force --recursive ${TARGET_DIR}
#+ Remove all automatically generated and Git repository data #+ Remove all automatically generated and Git repository data
distclean: clean venv-clean distclean: clean venv-clean