Adjust Makefile so 'make' builds all
This commit is contained in:
parent
ad540e4c4b
commit
7d6e7d0113
1 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
build-all: build-rust build-ui
|
||||||
|
|
||||||
build-rust:
|
build-rust:
|
||||||
wasm-pack build --target=web
|
wasm-pack build --target=web
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue