diff options
author | Arun Isaac | 2022-01-04 23:45:46 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-04 23:45:46 +0530 |
commit | 3723019891d58d01c20252f1d5853cf41859eb89 (patch) | |
tree | 74372b9b5bd2e793d503ef445516a34b8869bfce /Makefile | |
parent | 6ec7d6b4b17f552263bc98a876bee3eefed49da7 (diff) | |
download | kolam-3723019891d58d01c20252f1d5853cf41859eb89.tar.gz kolam-3723019891d58d01c20252f1d5853cf41859eb89.tar.lz kolam-3723019891d58d01c20252f1d5853cf41859eb89.zip |
Makefile: Clean up compiled objects.
* Makefile (clean): Clean $(objects).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |