Skip to content

Commit

Permalink
add docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
asobrien committed Jan 25, 2022
1 parent 8a1bce1 commit 27188e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ install: build
uninstall:
rm -f ~/.terraform.d/plugins/${HOSTNAME}/${NAMESPACE}/${NAME}/${VERSION}/${OS_ARCH}/*

docs: .phony
go generate

release:
GOOS=darwin GOARCH=amd64 go build -o ./bin/${BINARY}_${VERSION}_darwin_amd64
GOOS=darwin GOARCH=arm64 go build -o ./bin/${BINARY}_${VERSION}_darwin_arm64
Expand Down

0 comments on commit 27188e5

Please sign in to comment.