Makefile: install-gen-deps now installs ./cmd/struct-markdown
This commit is contained in:
parent
509df6ea0f
commit
4ab5471490
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue