Adjust Makefile so 'make' builds all

This commit is contained in:
Joel Therrien 2023-10-13 21:16:16 -07:00
parent ad540e4c4b
commit 7d6e7d0113

View file

@ -1,3 +1,5 @@
build-all: build-rust build-ui
build-rust: build-rust:
wasm-pack build --target=web wasm-pack build --target=web