summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74a1e169b..33fed788a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ _default_build_: all
echo 'Run configure first, or type "make" in a configured build directory.'; \
echo; \
fi
+
+distclean:
+ rm -rf builds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback