diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:47:14 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:47:14 +0100 |
commit | 13c8f931b3edc89d8d67c816dac8965608648bd0 (patch) | |
tree | fc35f18235c840d9ffbcdd71a924e93d7093a19a /Makefile | |
parent | 9abcf06dff2c4f0987433746ce5037eac711b31c (diff) | |
download | kyblo-13c8f931b3edc89d8d67c816dac8965608648bd0.tar.xz |
Move scripts to scripts/
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f478fa4 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +build: $(wildcard entries/*.rst) $(wildcard templates/*.html) entries.json + python scripts/build.py + +.PHONY: build |