mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-23 05:03:13 +00:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
build:
|
|
cargo build
|
|
test:
|
|
cargo test
|
|
watch:
|
|
watchman-make -p 'src/**/*.rs' -t build -p 'test/**/*.rs' -t test
|
|
|
|
watch-test:
|
|
watchman-make -p 'src/**/*.rs' 'tests/**/*.rs' -t test
|