diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:02:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:02:44 +0200 |
commit | fc4ae5a46c25d485757a9ca6e0c6e67008a6914b (patch) | |
tree | da251502bcde458f1fa34d0dedcbf279002de462 /Makefile | |
parent | 1f1ece8634df80a52ddcbfb1881e0ac30822e444 (diff) | |
download | website-fc4ae5a46c25d485757a9ca6e0c6e67008a6914b.tar.xz |
add initial index.html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -HTML := journal.html about.html +HTML := index.html journal.html about.html CSS := style.css RESOURCES := glider.png @@ -10,7 +10,7 @@ FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ site: $(addprefix build/, $(FILES)) clean: - rm -rf build/* + -rm $(addprefix build/, $(FILES)) build/%.html: src/%.html $(PARTIALS) @./scripts/awink $< $@ |