
There's also some miscellaneous changes that don't fit anywhere in this patch (mostly dev qol of roadmap updates)
15 lines
184 B
Makefile
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
|