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 /Makefile | |
parent | 13c8f931b3edc89d8d67c816dac8965608648bd0 (diff) | |
download | kyblo-238bc21acf4c34b447335a9d33c24b18965a7009.tar.xz |
Makefile: Drop explicit python
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 |