summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $< $@