diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:38:21 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:38:21 +0000 |
commit | 6ed1492ce038c15d68d47ffb20b9a0c3f68e9576 (patch) | |
tree | 4b2ebf61afd87b4f945084036720978c386a6546 /Makefile | |
parent | e4b72c7cbecbaa8b77da64d775041711c55cef9d (diff) |
Change "tidy" to the more standard "clean".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |