masto-rss/Makefile

11 lines
87 B
Makefile

bash:
docker-compose run --rm dev
build:
clear
cargo build
run:
clear
cargo run