ratatui/Makefile

10 lines
181 B
Makefile
Raw Normal View History

2016-10-09 19:46:53 +02:00
build:
cargo build
test:
cargo test
watch:
watchman-make -p 'src/**/*.rs' -t build -p 'test/**/*.rs' -t test
2016-11-03 23:59:04 +01:00
watch-test:
watchman-make -p 'src/**/*.rs' 'tests/**/*.rs' -t test