Add `deep-clean` to `verify` target

- help CI machines with directory cleanup
- this target is not normally used except on CI machines
This commit is contained in:
Doug Bunting 2015-02-11 14:45:22 -08:00
parent 7e166295ba
commit 731722ae36
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ use-standard-lifecycle
k-standard-goals
#xml-docs-test .clean .build-compile description='Check generated XML documentation files for errors' target='test'
k-xml-docs-test
k-xml-docs-test
#do-deep-clean .deep-clean target='verify'