2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 18:42:29 +00:00

Add a Makefile for building

This commit is contained in:
Jarrod Johnson
2025-03-07 18:01:55 -05:00
parent 13a6493100
commit 1f97a5e67d

View File

@@ -0,0 +1,7 @@
all: confusebox
confusebox: *.go
go build -ldflags "-w -s" -gcflags=all="-l" -trimpath
clean:
rm confusebox