makefile updates

pull/760/head
hunterlong 2020-07-23 19:50:20 -07:00
parent 3dc2cf123c
commit ce35388ee5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ all: build-deps compile install test build
test: clean compile
go test -v -p=1 -ldflags="-X main.VERSION=0.99.99" -coverprofile=coverage.out ./...
build: clean compile
build: clean
go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION}" -o statping --tags "netgo" ./cmd
up: