move Makefile
This commit is contained in:
@@ -17,10 +17,13 @@ test:
|
||||
@go test ./... -coverprofile artifacts/test/coverage.out -json > artifacts/test/coverage.json
|
||||
@go tool cover -html artifacts/test/coverage.out -o artifacts/test/coverage.html
|
||||
|
||||
build: vet test
|
||||
@go build -o artifacts/bin/server cmd/http/main.go
|
||||
build: vet
|
||||
@go build -o artifacts/bin/server ./cmd/http/
|
||||
.PHONY:build
|
||||
|
||||
run-server: build
|
||||
@STORAGE_PATH=~/galaxy-server ./artifacts/bin/server
|
||||
|
||||
# Supplemental goals
|
||||
|
||||
launch:
|
||||
Reference in New Issue
Block a user