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
commit76fe5451dbfb4718e41cdf1bf15133dd62bfbe33 (patch)
tree4b2ebf61afd87b4f945084036720978c386a6546 /Makefile
parent133a0219af103545b6bb03741f4331de08bdfa4a (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