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 +- scripts/build.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/build.py 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 diff --git a/scripts/build.py b/scripts/build.py old mode 100644 new mode 100755 -- cgit v1.2.3-54-g00ecf