Skip to content

Commit

Permalink
Makefile: use python3 by default
Browse files Browse the repository at this point in the history
python, for Python2, is "deprecated".
  • Loading branch information
LudovicRousseau committed Dec 26, 2020
1 parent 36130c0 commit 6836b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON ?= python
PYTHON ?= python3

build:
$(PYTHON) setup.py build
Expand Down

0 comments on commit 6836b14

Please sign in to comment.