Makefile update
This commit is contained in:
parent
65c6aef5dc
commit
f60f92d667
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ test:
|
|||
go test -v server/*.go
|
||||
|
||||
.PHONY: build
|
||||
build: test
|
||||
build: test clean
|
||||
mkdir -p ./bin
|
||||
# linux amd64
|
||||
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/lobbyd-${VERSION}-linux-amd64 daemon/*.go
|
||||
|
|
Loading…
Reference in a new issue