makefile: Modify "make clean" so it erases junk cve[.exe]

This commit is contained in:
David A. Wheeler 2014-07-13 15:11:32 -04:00
parent dcf7c7ff40
commit df397eaf46
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ flawfinder.pdf: flawfinder.ps
clean:
rm -f *.pyc
rm -f flawfinder-$(VERSION).tar.gz
rm -f *.tar
rm -f *.tar *.exe ./cwe
distribute: clean flawfinder.pdf flawfinder.ps
chmod -R a+rX *