Merge pull request #1232 from Mashimiao/fix-makefile-add-pages-cleanup

Makefile: add manpage cleanup
This commit is contained in:
Michael Crosby 2017-01-09 10:35:19 -08:00 committed by GitHub
commit 5b8d1ecb4a
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ clean:
rm -f $(RUNC_LINK)
rm -rf $(GOPATH)/pkg
rm -rf $(RELEASE_DIR)
rm -rf $(MAN_DIR)
validate:
script/validate-gofmt