ratatui/Makefile
2016-10-09 19:46:53 +02:00

6 lines
112 B
Makefile

build:
cargo build
test:
cargo test
watch:
watchman-make -p 'src/**/*.rs' -t build -p 'test/**/*.rs' -t test