aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-08 21:43:25 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-08 21:43:25 +0200
commite9eea96d7132fe7811b3c7b5f826cc99860ef1e3 (patch)
tree8cb8eff49b4bb006a4170b1cf4472347e66bb042 /python/Makefile
parentf43001328eb51009d86f6d2736650a90ba408afa (diff)
downloadrefcat-e9eea96d7132fe7811b3c7b5f826cc99860ef1e3.tar.gz
refcat-e9eea96d7132fe7811b3c7b5f826cc99860ef1e3.zip
update makefile
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile b/python/Makefile
index 1ea6c31..66248bf 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -14,8 +14,8 @@ PKGNAME := refcat
# https://shiv.readthedocs.io/
ZIPAPP := $(PKGNAME).pyz
-# IMPORTANT: Python version on dev and target must match (up to minor version)
-# e.g. for aitio, you might want to use:
+# IMPORTANT: Python version on dev and target *must match* (up to minor version)
+# e.g. for aitio (2021), you might want to use:
# make refcat.pyz PYTHON_INTERPRETER='"/usr/bin/env python3.7"'
PYTHON_INTERPRETER := "/usr/bin/env python3.7"