2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-12-26 11:01:58 +00:00
Files
confluent/confluent_osdeploy/utils/confusebox/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