From 100d20222112301bc462718c2196c8a7030aab4d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 7 Sep 2020 09:33:54 -0500 Subject: [PATCH] further updates to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9d0b81..b6d0988 100644 --- a/Makefile +++ b/Makefile @@ -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