aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-03 23:24:12 +0530
committerArun Isaac2022-01-03 23:24:12 +0530
commit120cb8a66fd15769cc33d50da49ef84fbb266bb7 (patch)
tree104ef64a3be5c8ae1d4dffe703ed2aeb06e85f84
parentb62e9b955a0fd25a4ddf4f8316f1b7dbadd941d8 (diff)
downloadkolam-120cb8a66fd15769cc33d50da49ef84fbb266bb7.tar.gz
kolam-120cb8a66fd15769cc33d50da49ef84fbb266bb7.tar.lz
kolam-120cb8a66fd15769cc33d50da49ef84fbb266bb7.zip
Makefile: Add clean target.
* Makefile (clean): New target.
-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