`build-rust.sh` and `build-node.sh` are getting complicated. Maybe we can replace them with something nice, for example a `Makefile`. ## Current build process First, run `build-rust.sh` to build Rust stuff. Then, run `build-node.sh` to build Node.js stuff.
build-rust.shandbuild-node.share getting complicated.Maybe we can replace them with something nice, for example a
Makefile.Current build process
First, run
build-rust.shto build Rust stuff.Then, run
build-node.shto build Node.js stuff.