From 3723019891d58d01c20252f1d5853cf41859eb89 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Jan 2022 23:45:46 +0530 Subject: Makefile: Clean up compiled objects. * Makefile (clean): Clean $(objects). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3