From fc4ae5a46c25d485757a9ca6e0c6e67008a6914b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 17:02:14 +0200 Subject: add initial index.html --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebf6efb..d64c7e7 100644 --- a/Makefile +++ b/Makefile @@ -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 $< $@ -- cgit v1.2.3-54-g00ecf