aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1d9a3d..1bfcc53 100644
--- a/Makefile
+++ b/Makefile
@@ -30,3 +30,7 @@ website: website/index.html
website/index.html: README.org build-aux/build-home-page.el
$(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website
+
+.PHONY: clean
+clean:
+ rm -f website/index.html