Remove release files with "make clean"
This commit is contained in:
parent
9d8a180c8d
commit
a28a432efb
3
Makefile
3
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user