Skip to content

Commit

Permalink
makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec committed Jun 10, 2020
1 parent 5f483e9 commit 8e5341c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ clean:
find . -name '*~' -exec rm -f {} +

publish: clean
python3.7 setup.py sdist bdist_wheel
python3.7 -m twine upload dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

rebuild: clean
python3.7 setup.py install
python3 setup.py install

build:
python3.7 setup.py install
python3 setup.py install

0 comments on commit 8e5341c

Please sign in to comment.