summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>2021-09-22 22:47:11 +0300
committerIngy döt Net <ingy@ingy.net>2021-09-23 14:42:00 -0700
commit779bdb129ebe496d83650ef76393167ecabf1fcc (patch)
tree87dde415477bf8b2f0a8e6cf85bead93344cfe4b
parenta31a4fb1894c49bad0bf43b942650fb521423bae (diff)
downloadpyyaml-git-779bdb129ebe496d83650ef76393167ecabf1fcc.tar.gz
Use python3 in the Makefile
Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69efbdc..d72eaf0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: default build buildext force forceext install installext test testext dist clean
-PYTHON=/usr/bin/python
+PYTHON=/usr/bin/python3
TEST=
PARAMETERS=