aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e24c31b..c14ac9f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,3 +22,7 @@ tags:
tagsclean:
rm -f TAGS
+mrproper: clean tagsclean
+ rm -rf Makefile.config config.status config.log configure autom4te.cache
+
+