summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:48:00 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:48:00 +0100
commit238bc21acf4c34b447335a9d33c24b18965a7009 (patch)
tree0e552b9f36365c6a22987197036b0e6f9f5e82a8
parent13c8f931b3edc89d8d67c816dac8965608648bd0 (diff)
downloadkyblo-238bc21acf4c34b447335a9d33c24b18965a7009.tar.xz
Makefile: Drop explicit python
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--Makefile2
-rwxr-xr-x[-rw-r--r--]scripts/build.py0
2 files changed, 1 insertions, 1 deletions
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
index 52f2775..52f2775 100644..100755
--- a/scripts/build.py
+++ b/scripts/build.py