1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-05 10:37:46 +02:00

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

View File

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