From 5a3a6a533380a27f2221b2c81553286b5039ea7e Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 10 Feb 2026 03:13:20 +0000 Subject: Make client build a separate makefile target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce383e9..5b233bf 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ client_dir = hsm-web/Client build: - cd $(client_dir) && npm run build stack build +client: + cd $(client_dir) && npm run build + clean: cd $(client_dir) && rm -rf dist stack clean --full -- cgit v1.2.3-70-g09d2