From 238bc21acf4c34b447335a9d33c24b18965a7009 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 11:48:00 +0100 Subject: Makefile: Drop explicit python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f478fa4..bc761d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: $(wildcard entries/*.rst) $(wildcard templates/*.html) entries.json - python scripts/build.py + scripts/build.py .PHONY: build -- cgit v1.2.3-54-g00ecf