diff --git a/Makefile b/Makefile index bac61375..d01fb576 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -PYTHON := python3 -VENV := python3 -m venv +PYTHON ?= python3 +VENV ?= ${PYTHON} -m venv # Všechny flagy, které se s venvem/virtualenvem/... mají volat patří sem. Volá se "${VENV} cesta" -VENV_PATH := env +VENV_PATH ?= env # Musí být definovaná, i kdyby to měla být "." .PHONY: all venv_check clean install install_web install_venv clean_venv clean_schema run test deploy_test deploy_prod sync_test_media sync_test_db sync_test sync_local_media sync_local_db sync_local