]> git.cworth.org Git - turbot/commit
Fix Makefile to not hard-code python3.8
authorCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 19:42:07 +0000 (11:42 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 20:23:28 +0000 (12:23 -0800)
commitf1582c57706b6fdf4f49319d11ed1bfd4169efac
tree4f20e1ae54ae48be8fe41498526eda31520a6253
parent3ee5f41d7e1e2a63c4f1678c53431a8036188be2
Fix Makefile to not hard-code python3.8

Apparently I'm using python 3.9 now. Fix the Makefile so that the
deploy recipe should work with any version of python.
Makefile