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 test ./... -coverprofile artifacts/test/coverage.out -json > artifacts/test/coverage.json
|
||||||
@go tool cover -html artifacts/test/coverage.out -o artifacts/test/coverage.html
|
@go tool cover -html artifacts/test/coverage.out -o artifacts/test/coverage.html
|
||||||
|
|
||||||
build: vet test
|
build: vet
|
||||||
@go build -o artifacts/bin/server cmd/http/main.go
|
@go build -o artifacts/bin/server ./cmd/http/
|
||||||
.PHONY:build
|
.PHONY:build
|
||||||
|
|
||||||
|
run-server: build
|
||||||
|
@STORAGE_PATH=~/galaxy-server ./artifacts/bin/server
|
||||||
|
|
||||||
# Supplemental goals
|
# Supplemental goals
|
||||||
|
|
||||||
launch:
|
launch:
|
||||||
Reference in New Issue
Block a user