summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent13c8f931b3edc89d8d67c816dac8965608648bd0 (diff)
downloadkyblo-238bc21acf4c34b447335a9d33c24b18965a7009.tar.xz
Makefile: Drop explicit python
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 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