Tweak makefile to prevent unnecessary failures

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-09-02 21:15:02 -04:00
parent 77121b15ed
commit 0c4dbe8cc0
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,7 @@ clean:
rm -f *.tar *.exe ./cwe
distribute: clean flawfinder.pdf flawfinder.ps
rm -fr build dist flawfinder.egg-info ,tempdir
chmod -R a+rX *
mkdir ,tempdir
cp -p [a-zA-Z]* ,tempdir
@ -121,7 +122,6 @@ dist: distribute
# This *creates* a PyPi distribution package. Use "upload-pypi" to upload it
pypi: distribute
rm -fr build dist flawfinder.egg-info
python setup.py bdist_wheel --universal
# NOTE: Only do this after running "make pypi" & being satisfied with it