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 | 76fe5451dbfb4718e41cdf1bf15133dd62bfbe33 (patch) | |
| tree | 4b2ebf61afd87b4f945084036720978c386a6546 | |
| parent | 133a0219af103545b6bb03741f4331de08bdfa4a (diff) | |
  Change "tidy" to the more standard "clean".
| -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 | 
