summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-07 23:14:15 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-07 23:14:15 +0000
commitc72745ec66a6328ab02350cd556a1ad82fb7d85c (patch)
treedf7b00155bb7dc7ab7351b640425bf2306dac521 /Makefile
parentb3bcafc179201e33c4f41ccf028c12eacc110d69 (diff)
big check-in of various fixes and adjustments
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