Correct configuration, improve logging.
This commit is contained in:
parent
f363151045
commit
0cdafa2104
4 changed files with 8 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -1,9 +1,11 @@
|
|||
.PHONY: all build deps
|
||||
.PHONY: all build lint
|
||||
|
||||
all: build
|
||||
all: lint build
|
||||
|
||||
lint:
|
||||
golint ./...
|
||||
|
||||
build:
|
||||
rm -rf build/
|
||||
mkdir build/
|
||||
# golint ./...
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/smartswitch-server ./cmd/smartswitch-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue