You've already forked usbd-ctaphid
mirror of
https://github.com/trussed-dev/usbd-ctaphid.git
synced 2026-03-11 16:36:57 -07:00
8 lines
274 B
Makefile
8 lines
274 B
Makefile
all-builds:
|
|
cargo build
|
|
cargo build --release
|
|
cargo build --features insecure-ram-authenticator --release
|
|
# test for actual `no_std`-ness
|
|
cargo build --target thumbv7em-none-eabi
|
|
cargo build --target thumbv7em-none-eabi --features insecure-ram-authenticator --release
|