ratatui/Makefile
2016-11-03 23:59:04 +01:00

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