patch makefile
This commit is contained in:
@@ -20,3 +20,9 @@ test:
|
|||||||
build: vet test
|
build: vet test
|
||||||
@go build -o artifacts/bin/server cmd/http/main.go
|
@go build -o artifacts/bin/server cmd/http/main.go
|
||||||
.PHONY:build
|
.PHONY:build
|
||||||
|
|
||||||
|
# Supplemental goals
|
||||||
|
|
||||||
|
launch:
|
||||||
|
@mkdir -p artifacts
|
||||||
|
@go build -o artifacts/client-ui-0.0.0-windows-amd64-executable.exe ./client/cmd/ui/
|
||||||
|
|||||||
Reference in New Issue
Block a user