From 532647b6504e8fcb86c3a6a9c77c3ebb15a7cf6d 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(-) 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.3