
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
16 lines
197 B
Makefile
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
|