summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-24 09:38:21 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-24 09:38:21 +0000
commit6ed1492ce038c15d68d47ffb20b9a0c3f68e9576 (patch)
tree4b2ebf61afd87b4f945084036720978c386a6546 /Makefile
parente4b72c7cbecbaa8b77da64d775041711c55cef9d (diff)
Change "tidy" to the more standard "clean".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d268a91..956eb96 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,12 @@
default:
@echo "Utility makefile - valid targets are"
@echo ""
- @echo " docs - Generate manpages."
- @echo " test - Run the test suite"
- @echo " tidy - Clean debian-package files"
+ @echo " clean - Clean debian-package files"
+ @echo " docs - Generate manpages."
+ @echo " test - Run the test suite"
-tidy:
+clea:
rm -rf ./debian/custodian
rm -rf ./man
rm -f ./debian/custodian.debhelper.log