From 4cc9f39ad142600eea706094d3e2a58eba13e073 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 24 Sep 2020 19:13:58 -0400 Subject: Makefile: Fix clean rule change from previous commit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d40846..4f2b70d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ piem-autoloads.el: $(EL) '(package-generate-autoloads "piem" default-directory)' clean: - rm -f piem.info piem.html html/ piem-autoloads.el $(ELC) + rm -f piem.info piem.html piem-autoloads.el $(ELC) + rm -rf html/ docs: piem.html piem.info rm -rf html/ -- cgit v1.2.3