There was an error while loading. Please reload this page.
1 parent ea31b20 commit 4e24ceaCopy full SHA for 4e24cea
1 file changed
Makefile
@@ -20,7 +20,7 @@ clean:
20
21
# Install to GOPATH/bin
22
install:
23
- go install ./...
+ go install -ldflags "$(LDFLAGS)" ./...
24
25
# Lint code
26
lint:
0 commit comments