syndicate-rs/syndicate/Makefile

18 lines
439 B
Makefile
Raw Normal View History

2021-08-13 01:40:48 +00:00
all: binary-debug
2019-09-17 13:28:51 +00:00
# cargo install cargo-watch
watch:
2019-09-19 10:56:12 +00:00
cargo watch -c -x check -x 'test -- --nocapture'
2019-09-17 13:28:51 +00:00
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'
2019-10-15 12:42:22 +00:00
2020-05-22 08:47:50 +00:00
binary-debug:
cargo build --all-targets
2021-07-01 08:01:19 +00:00
pull-protocols:
git subtree pull -P protocols \
-m 'Merge latest changes from the syndicate-protocols repository' \
git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \
main