Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
micmarty-deepsense committed May 29, 2020
1 parent 756d94d commit 4d0def5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
clean_sdist:
rm -rf carla_birdeye_view.egg-info
rm -rf dist

build_sdist: clean_sdist
python setup.py sdist

upload: build_sdist
twine upload --verbose dist/*

0 comments on commit 4d0def5

Please sign in to comment.