From 07311a6cb9e66f4603bf0001c522c6b673ee8d21 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 16:09:51 +0000 Subject: Renamed clean -> tidy, on the off-chance it is interfering with the autobuilding. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffe1541..e8da5f5 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ default: @echo "Utility makefile - valid targets are" @echo "" @echo " test - Run the test suite" - @echo " clean - Clean debian-package files" + @echo " tidy - Clean debian-package files" -clean: +tidy: rm -rf ./debian/custodian rm -f ./debian/custodian.debhelper.log rm -f ./debian/custodian.substvars -- cgit v1.2.1