mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 08:34:43 +00:00
Remove dist/ directory on distclean.
This commit is contained in:
parent
524dd9bd56
commit
aafa17fb07
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -36,7 +36,7 @@ clean:
|
|||
|
||||
.PHONY: distclean
|
||||
distclean: clean cleandeb
|
||||
rm -rf build linkchecker.egg-info
|
||||
rm -rf build dist linkchecker.egg-info
|
||||
rm -f _LinkChecker_configdata.py MANIFEST Packages.gz
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f linkchecker-out* linkchecker.prof
|
||||
|
|
|
|||
Loading…
Reference in a new issue