aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b459eb2..5ae5e87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
-
-
all: cargo
cd www && \
npm install && \
npm run build
+serve: cargo
+ cd www && \
+ npm install && \
+ npm run start
cargo:
- wasm-pack build --no-typescript --release \ No newline at end of file
+ wasm-pack build --no-typescript --release