From f60f92d66715f2f95c0b125ecc5b6a34079300a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 5 Sep 2021 21:44:11 +0200 Subject: [PATCH] Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f8e84d..ce1e972 100644 --- a/Makefile +++ b/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