Makefile: install-gen-deps now installs ./cmd/struct-markdown

This commit is contained in:
Adrien Delorme 2019-06-06 16:47:03 +02:00
parent 509df6ea0f
commit 4ab5471490
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ install-gen-deps: ## Install dependencies for code generation
@go get golang.org/x/tools/cmd/goimports
@go get -u github.com/mna/pigeon
@go get github.com/alvaroloes/enumer
@go install ./cmd/struct-markdown
dev: ## Build and install a development build
@grep 'const VersionPrerelease = ""' version/version.go > /dev/null ; if [ $$? -eq 0 ]; then \