Skip to content

Commit

Permalink
Merge pull request #5 from molssi-seamm/bugfix
Browse files Browse the repository at this point in the history
Fixed make install to uninstall first, avoiding surprises using old ve…
  • Loading branch information
paulsaxe authored Dec 17, 2019
2 parents 01a12b1 + a2c19af commit 701e3d3
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 701e3d3

Please sign in to comment.