added client Makefile

This commit is contained in:
Pin
2022-05-30 14:10:37 -04:00
parent d904521ff7
commit 7c52844c16
5 changed files with 15 additions and 2 deletions

2
client/golang/Makefile Normal file
View File

@@ -0,0 +1,2 @@
build:
go build -ldflags="-s -w" -o saprus client.go