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.
1 parent 24ca414 commit 08cbae8Copy full SHA for 08cbae8
1 file changed
Makefile
@@ -9,7 +9,7 @@ all: clean build
9
build: ${BINARY_NAME}
10
11
${BINARY_NAME}:
12
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ${GO} build -a -tags netgo -ldflags '-w -extldflags "-static"' -o $@
+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ${GO} build -a -tags netgo -ldflags '-w -extldflags "-static"' -o $@ ./cmd
13
14
install: build
15
install -Dm755 ${BINARY_NAME} ${DESTDIR}${PREFIX}/bin/${BINARY_NAME}
0 commit comments