Merge branch 'data_migrations' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into data_migrations
This commit is contained in:
commit
30dcec332c
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,7 @@
|
||||||
PYTHON := python3
|
PYTHON ?= python3
|
||||||
VENV := python3 -m venv
|
VENV ?= ${PYTHON} -m venv
|
||||||
# Všechny flagy, které se s venvem/virtualenvem/... mají volat patří sem. Volá se "${VENV} cesta"
|
# 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 "."
|
# 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
|
.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
|
||||||
|
|
Loading…
Reference in a new issue