From 120cb8a66fd15769cc33d50da49ef84fbb266bb7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 3 Jan 2022 23:24:12 +0530 Subject: Makefile: Add clean target. * Makefile (clean): New target. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3