mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-18 17:40:45 +00:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
all: confusebox
|
|
|
|
confusebox: *.go
|
|
go build -ldflags "-w -s" -gcflags=all="-l" -trimpath
|
|
|
|
clean:
|
|
rm confusebox
|