We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc0b9df + 2550fce commit 1ccf998Copy full SHA for 1ccf998
Makefile
@@ -1,4 +1,7 @@
1
.PHONY: build
2
3
build-describer: clean
4
- CC=/usr/bin/musl-gcc GOPRIVATE="github.com/opengovern" GOOS=linux GOARCH=amd64 go build -a -v -mod=mod -ldflags "-linkmode external -extldflags '-static' -s -w" -tags musl -o ./local/og-describer-github describer/main.go
+ CC=/usr/bin/musl-gcc GOPRIVATE="github.com/opengovern" GOOS=linux GOARCH=amd64 go build -a -v -mod=mod -ldflags "-linkmode external -extldflags '-static' -s -w" -tags musl -o ./local/og-describer-github describer/main.go
5
+
6
+clean:
7
+ rm -rf ./local/og-describer-github ./build/og-github-cli
0 commit comments