recipes/makefile

14 lines
157 B
Makefile
Raw Normal View History

api-r:
cargo run --bin api
api-t:
cargo test --bin api
w-api-r:
cargo watch -i db -x "run --bin api"
w-api-t:
cargo watch -i db -x "test --bin api"