9 lines
73 B
Makefile
9 lines
73 B
Makefile
bash:
|
|
docker-compose run --rm dev
|
|
|
|
build:
|
|
cargo build
|
|
|
|
run:
|
|
cargo run
|