From 0c4dbe8cc0eed9860c8d70f3c0eb39d72ba25dff Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 2 Sep 2017 21:15:02 -0400 Subject: [PATCH] Tweak makefile to prevent unnecessary failures Signed-off-by: David A. Wheeler --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0d902ac..8816ee4 100644 --- a/makefile +++ b/makefile @@ -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