diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-30 15:03:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-30 15:03:47 -0500 |
commit | 1a404e9da669cca423717d4e1d802e46e8fc35de (patch) | |
tree | f71b9eb6147e78a04a3db779d150b66738a36238 | |
parent | 0d70f7c56407d0c65d2256a082a548b514d8009f (diff) | |
download | countries-1a404e9da669cca423717d4e1d802e46e8fc35de.tar.lz countries-1a404e9da669cca423717d4e1d802e46e8fc35de.tar.xz countries-1a404e9da669cca423717d4e1d802e46e8fc35de.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |