mirror of
https://github.com/xcat2/confluent.git
synced 2025-12-26 11:01:58 +00:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
all: confusebox
|
|
|
|
confusebox: *.go
|
|
go build -ldflags "-w -s" -gcflags=all="-l" -trimpath
|
|
upx --brute confusebox
|
|
|
|
clean:
|
|
rm confusebox
|