From 6ed1492ce038c15d68d47ffb20b9a0c3f68e9576 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 24 Nov 2012 09:38:21 +0000 Subject: Change "tidy" to the more standard "clean". --- Makefile | 8 ++++---- 1 file 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 -- cgit v1.2.1