Files
collabvm-1.2.ts/Justfile
Elijah R 020c6310ec some fixes and improvements to build
- change .yarn/ gitignore to include subprojects
- add nodejs-rfb to build (and bump it)
- add clean script
2024-06-22 22:57:01 -04:00

10 lines
225 B
Makefile

all:
yarn workspace @cvmts/cvm-rs run build
yarn workspace @computernewb/nodejs-rfb run build
yarn workspace @cvmts/shared run build
yarn workspace @cvmts/qemu run build
yarn workspace @cvmts/cvmts run build
pkg:
yarn