mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-11 08:03:11 +00:00
remove md5sums on distclean
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1263 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
3a3c50c7dc
commit
13114bd07e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ distclean: clean cleandeb
|
|||
rm -rf dist build # just to be sure clean also the build dir
|
||||
rm -f VERSION _$(PACKAGE)_configdata.py MANIFEST Packages.gz
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f $(PACKAGE)-out* $(PACKAGE).prof
|
||||
rm -f $(PACKAGE)-out* $(PACKAGE).prof $(PACKAGE)-md5sums.txt
|
||||
|
||||
cleandeb:
|
||||
rm -rf debian/$(PACKAGE) debian/tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue