diff options
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 $< $@ |