mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 04:14:43 +00:00
remove build stamp on distclean
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3409 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
87b75b70b1
commit
c247672415
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ distclean: clean cleandeb
|
|||
# clean aborted dist builds and -out files
|
||||
rm -f linkchecker-out* linkchecker.prof
|
||||
rm -rf linkchecker-$(VERSION)
|
||||
rm -rf coverage dist-stamp
|
||||
rm -rf coverage dist-stamp python-build-stamp*
|
||||
|
||||
.PHONY: cleandeb
|
||||
cleandeb:
|
||||
|
|
|
|||
Loading…
Reference in a new issue