diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 16:09:51 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 16:09:51 +0000 |
commit | 07311a6cb9e66f4603bf0001c522c6b673ee8d21 (patch) | |
tree | d9a4b82b4b0e0e3142f4da9620a9133f127384e8 /Makefile | |
parent | dff1f98662289589ca6227bffa885f90b5773e62 (diff) |
Renamed clean -> tidy, on the off-chance it is interfering with the autobuilding.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |