Skip to content

Commit 4a5e3d0

Browse files
committed
add Makefile for confluent-kafka-go-static-build/Makefile
1 parent c771569 commit 4a5e3d0

File tree

1 file changed

+6
-0
lines changed
  • kafka-clients/confluent-kafka-go-static-build

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
all:
2+
3+
buildstatic:
4+
go build -o producer-static -ldflags '-linkmode "external" -extldflags "-static"'
5+
build:
6+
go build

0 commit comments

Comments
 (0)