commit | 3b144f1ebde1fa03052763d0783e2b1f7d5e2e22 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Tue Jun 11 20:36:15 2019 -0400 |
committer | William Kurkian <wkurkian@cisco.com> | Tue Jun 11 20:36:15 2019 -0400 |
tree | 0bb56a77b0bdca580062d8b1d9b8f1d590a8e864 | |
parent | 2164626c7565eed6f7ae19dec0b175b9f2158f1a [diff] |
Fix issue where build fails with no dist folder Change-Id: I38e64f5aeb0a67986f419434fcff9bea2bf420c9
diff --git a/Makefile b/Makefile index 4d774f1..da864d1 100644 --- a/Makefile +++ b/Makefile
@@ -34,7 +34,7 @@ dist: @ echo "Creating python source distribution" - rm -r dist/ + rm -rf dist/ python setup.py sdist upload: dist