aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-30 15:03:47 -0500
committerJesús <heckyel@hyperbola.info>2021-12-30 15:03:47 -0500
commit1a404e9da669cca423717d4e1d802e46e8fc35de (patch)
treef71b9eb6147e78a04a3db779d150b66738a36238
parent0d70f7c56407d0c65d2256a082a548b514d8009f (diff)
downloadcountries-master.tar.lz
countries-master.tar.xz
countries-master.zip
[Makefiel]: change to standar python runHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f894240..5559d1d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SSH_PORT=$(ENV_PORT)
SSH_USER=$(ENV_USER)
SSH_TARGET_DIR=$(ENV_TARGET_DIR)
-PY?=python
+PY?=python3
SERVERMODULE=http.server
ifeq ($(PY), tauthon)