doesn't really need to be two seperate libraries. also preperation for other funnies the build script has been replaced with a much saner justfile which uses much saner "yarn workspace" invocations instead of blindly cding all over the place
9 lines
174 B
Makefile
9 lines
174 B
Makefile
all:
|
|
yarn workspace @cvmts/cvm-rs run build
|
|
yarn workspace @cvmts/shared run build
|
|
yarn workspace @cvmts/qemu run build
|
|
yarn workspace @cvmts/cvmts run build
|
|
|
|
pkg:
|
|
yarn
|