From eaa379951422009672006c5bdea75d5129197c27 Mon Sep 17 00:00:00 2001 From: 0xCA Date: Mon, 6 Nov 2023 04:50:25 +0500 Subject: [PATCH] A bit more usable makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 05e4ead..1dcef79 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +build-ui: + ./prepare_assets.sh + build: CGO_ENABLED=0 go build -v -ldflags="-s -w"