Skip to content

Commit 4e24cea

Browse files
committed
fix(build): inject ldflags in make install target too (#29)
1 parent ea31b20 commit 4e24cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clean:
2020

2121
# Install to GOPATH/bin
2222
install:
23-
go install ./...
23+
go install -ldflags "$(LDFLAGS)" ./...
2424

2525
# Lint code
2626
lint:

0 commit comments

Comments
 (0)