monorepo/geo-types/Makefile

10 lines
80 B
Makefile
Raw Normal View History

2023-06-20 14:15:41 +00:00
dev:
cargo watch -x build
test:
cargo watch -x test
test-once:
cargo test