diff --git a/Makefile b/Makefile index de246df..6564be4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +-include include.mk # pelican variables P_OUTPUT?=output P_OPT?= @@ -11,7 +12,7 @@ D_DST?="blog:$(D_FOLDER)" VENV_SOURCE?=.venv REQUIREMENT?=requirements.txt -PYTHON_BIN?=python +PYTHON_BIN?=python3 VENV_CMD?=. $(VENV_SOURCE)/bin/activate # Pelican part