From c5dfdd0b04654b7d02088b5d84339fa14ce823be Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 27 Feb 2023 15:33:32 +0100 Subject: [PATCH] Add include statement for Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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