Skip to content

Commit 2550fce

Browse files
committed
fix: fix makefile
1 parent 36e16ff commit 2550fce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.PHONY: build
22

33
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
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
5+
6+
clean:
7+
rm -rf ./local/og-describer-github ./build/og-github-cli

0 commit comments

Comments
 (0)