aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8768b8a7..462b7e19 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,8 @@ all: $(ELC)
##
##
clean:
- rm -f $(ELC)
+ rm -f $(ELC)
+ (cd doc; $(MAKE) clean)
##