aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-04 23:45:46 +0530
committerArun Isaac2022-01-04 23:45:46 +0530
commit3723019891d58d01c20252f1d5853cf41859eb89 (patch)
tree74372b9b5bd2e793d503ef445516a34b8869bfce
parent6ec7d6b4b17f552263bc98a876bee3eefed49da7 (diff)
downloadkolam-3723019891d58d01c20252f1d5853cf41859eb89.tar.gz
kolam-3723019891d58d01c20252f1d5853cf41859eb89.tar.lz
kolam-3723019891d58d01c20252f1d5853cf41859eb89.zip
Makefile: Clean up compiled objects.
* Makefile (clean): Clean $(objects).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fcba66..323e55c 100644
--- a/Makefile
+++ b/Makefile
@@ -52,4 +52,4 @@ website/index.html: README.org build-aux/build-home-page.el
.PHONY: clean
clean:
- rm -f Makefile.include website/index.html
+ rm -f $(objects) Makefile.include website/index.html