further updates to Makefile

This commit is contained in:
Bryan Bishop 2020-09-07 09:33:54 -05:00
parent c1af289767
commit 100d202221
No known key found for this signature in database
GPG Key ID: 984F10CC77169FD2
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ clean:
find . -name *.swp -exec rm {} \; find . -name *.swp -exec rm {} \;
install: install:
python2.7 setup.py install python3 setup.py install
upload: clean upload: clean
python2.7 setup.py sdist upload python3 setup.py sdist upload