mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 13:20:59 +00:00
del .prof file on distclean
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1245 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
f26cdfb0ae
commit
14847aca4a
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*
|
||||
rm -f $(PACKAGE)-out* $(PACKAGE).prof
|
||||
|
||||
cleandeb:
|
||||
rm -rf debian/$(PACKAGE) debian/tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue