summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-24 19:13:58 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-24 19:13:58 -0400
commit4cc9f39ad142600eea706094d3e2a58eba13e073 (patch)
treeaa894d9e60111df88f88ed4d9f3f56da253cf9a1
parent0f6b237f2b0f2dfa8fcf202752684595379ac5b7 (diff)
downloadpiem-4cc9f39ad142600eea706094d3e2a58eba13e073.tar.gz
Makefile: Fix clean rule change from previous commit
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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/