diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 14:02:19 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 14:02:19 +0000 |
commit | 01977329c1cbdc2a359067e54cc1a088ba010102 (patch) | |
tree | 442c0e0e87d44ad57cd4d7e5270a2d92a7b58822 /Makefile | |
parent | 365cd451abc9f7477d696c5fecc6ff8cfb4d42bf (diff) |
Added.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ffe1541 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ + +default: + @echo "Utility makefile - valid targets are" + @echo "" + @echo " test - Run the test suite" + @echo " clean - Clean debian-package files" + + +clean: + rm -rf ./debian/custodian + rm -f ./debian/custodian.debhelper.log + rm -f ./debian/custodian.substvars + rm -f ./debian/files + +test: + t/test-suite |