makefile updates

pull/760/head
hunterlong 2020-07-23 19:54:37 -07:00
parent ce35388ee5
commit 50fee374d9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ test: clean compile
go test -v -p=1 -ldflags="-X main.VERSION=0.99.99" -coverprofile=coverage.out ./...
build: clean
go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION}" -o statping --tags "netgo" ./cmd
go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION}" -o statping --tags "netgo linux" ./cmd
up:
docker-compose -f docker-compose.yml -f dev/docker-compose.full.yml up -d --remove-orphans