diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
