freechat/json-api/Makefile
shockrah a79195076d * Changin public_url & public_ws_url to shorter url & wsurl respectively
There's also some miscellaneous changes  that don't fit anywhere in this patch (mostly dev qol of roadmap updates)
2021-05-09 23:08:55 -07:00

15 lines
184 B
Makefile

default:
cargo build --release --features rtc
dep:
cargo update
run:
cargo run --features rtc --release -- -s
test:
cd ../ && bash scripts/run-api-tests.sh
clean:
cargo clean