You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/Makefile

10 lines
181 B
Makefile

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