commit | 4ae78495bd07c10e6a47bc945db3ee51b8e836ff | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Tue Jun 11 20:33:05 2019 -0400 |
committer | Willliam Kurkian <wkurkian3@gmail.com> | Wed Jun 12 00:37:48 2019 +0000 |
tree | f33d6f7ae3349b9ad8be4191879c1c4b1215e19b | |
parent | 25e0a3218ebad526d4e494b81f8642cafa5b29a9 [diff] |
Fixing bug where build fails when there is no dist folder Change-Id: I1e636543619ed9a9cc1d5b505376f23643f82a32
diff --git a/Makefile b/Makefile index 5b6461f..b9083d5 100644 --- a/Makefile +++ b/Makefile
@@ -69,7 +69,7 @@ $< python-build: setup.py python-protos - rm -r dist/ + rm -rf dist/ python ./setup.py sdist python-test: tox.ini setup.py python-protos