From 40ca05465b3b470bdedd121e07332c56637fe17d Mon Sep 17 00:00:00 2001 From: IliaDenisov Date: Tue, 17 Mar 2026 15:10:09 +0200 Subject: [PATCH] patch makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 31777ee..05672e3 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,9 @@ test: build: vet test @go build -o artifacts/bin/server cmd/http/main.go .PHONY:build + +# Supplemental goals + +launch: + @mkdir -p artifacts + @go build -o artifacts/client-ui-0.0.0-windows-amd64-executable.exe ./client/cmd/ui/