use makefile

This commit is contained in:
fengzhiqiang
2019-01-08 10:52:32 +08:00
parent 58ccc8c9a8
commit cfb9dc5d34
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -1,2 +0,0 @@
#!/bin/zsh
docker build -t kafka-websocket-go:0.0.1 .
-2
View File
@@ -1,2 +0,0 @@
#!/bin/zsh
env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o proxy .