diff options
-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 |