Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit c0bf5e9

Browse files
authored
give ldflags to make install (#61)
1 parent 83bf67d commit c0bf5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default: fmt build test lint yamllint generate-docs
1212
all: fmt build test yamllint lint generate-docs dry-release
1313

1414
install:
15-
go install ./cmd/ach
15+
go install ${FLAGS} ./cmd/ach
1616

1717

1818
build: ach gendocs

0 commit comments

Comments
 (0)