freechat/json-api/Makefile
shockrah b4c55b72ea - Removing unused .env file
diesel still requires this however the --database-url flag is there to alleviate this issue
+ make test now cleans up fake png images from the cwd
This is more for comfort reall
2021-05-11 17:14:22 -07:00

16 lines
197 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
rm -f *.png
clean:
cargo clean