mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 09:33:09 +00:00
Update Makefile to use python3
Not sure if this file is still being used, but noticed it still pointed to a python version that no longer builds
This commit is contained in:
parent
0086c28b3a
commit
d6ac167fe6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
# This Makefile is only used by developers.
|
||||
PYVER:=2.7
|
||||
PYVER:=3
|
||||
PYTHON?=python$(PYVER)
|
||||
VERSION:=$(shell $(PYTHON) setup.py --version)
|
||||
PLATFORM:=$(shell $(PYTHON) -c "from __future__ import print_function; from distutils.util import get_platform; print(get_platform())")
|
||||
|
|
|
|||
Loading…
Reference in a new issue