Skip to content

Commit

Permalink
Fixed make install to uninstall first, avoiding suprises using old ve…
Browse files Browse the repository at this point in the history
…rsions.
  • Loading branch information
paulsaxe committed Nov 7, 2019
1 parent 41ee6b8 commit a2c19af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dist: clean ## builds source and wheel package
python setup.py bdist_wheel
ls -l dist

install: clean ## install the package to the active Python's site-packages
install: uninstall ## install the package to the active Python's site-packages
python setup.py install

uninstall: clean ## uninstall the package
Expand Down

0 comments on commit a2c19af

Please sign in to comment.