+ Seperating slim & rtc builds in makefile
This commit is contained in:
parent
1edab53778
commit
4e737d4292
@ -1,6 +1,9 @@
|
||||
default:
|
||||
full:
|
||||
cargo build --release --features rtc
|
||||
|
||||
slim:
|
||||
cargo build --release
|
||||
|
||||
dep:
|
||||
cargo update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user