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:
7
confluent_osdeploy/utils/confusebox/Makefile
Normal file
7
confluent_osdeploy/utils/confusebox/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: confusebox
|
||||
|
||||
confusebox: *.go
|
||||
go build -ldflags "-w -s" -gcflags=all="-l" -trimpath
|
||||
|
||||
clean:
|
||||
rm confusebox
|
||||
Reference in New Issue
Block a user