monorepo/emseries/Makefile

10 lines
80 B
Makefile
Raw Permalink Normal View History

2022-12-31 17:25:49 +00:00
dev:
cargo watch -x build
test:
cargo watch -x test
test-once:
cargo test