From 4ab54714909694630e8a77b6346724aaf1843fb2 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 6 Jun 2019 16:47:03 +0200 Subject: [PATCH] Makefile: install-gen-deps now installs ./cmd/struct-markdown --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f9518936d..f1c18e11f 100644 --- a/Makefile +++ b/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 \