move Makefile

This commit is contained in:
IliaDenisov
2026-03-17 16:05:54 +02:00
parent dee4b4da56
commit 0ce2690b3f
+5 -2
View File
@@ -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: