mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-13 00:17:11 +00:00
6 lines
112 B
Makefile
6 lines
112 B
Makefile
build:
|
|
cargo build
|
|
test:
|
|
cargo test
|
|
watch:
|
|
watchman-make -p 'src/**/*.rs' -t build -p 'test/**/*.rs' -t test
|