aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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