patch makefile

This commit is contained in:
IliaDenisov
2026-03-17 15:10:09 +02:00
parent 5029857fe4
commit 40ca05465b
+6
View File
@@ -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/