diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:48:00 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:48:00 +0100 |
commit | 238bc21acf4c34b447335a9d33c24b18965a7009 (patch) | |
tree | 0e552b9f36365c6a22987197036b0e6f9f5e82a8 | |
parent | 13c8f931b3edc89d8d67c816dac8965608648bd0 (diff) | |
download | kyblo-238bc21acf4c34b447335a9d33c24b18965a7009.tar.xz |
Makefile: Drop explicit python
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/build.py | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |