Skip to content

Commit

Permalink
fixup! Remove usbip example
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 21, 2024
1 parent f252e2c commit 611bdb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.PHONY: ci setup-ubuntu run

FLAGS=--example usbip --features "ctaphid devel"

ci:
cargo check --all-targets
cargo check --all-targets --features apdu-dispatch,ctaphid
cargo test --verbose
cargo build $(FLAGS)

run:
env RUST_LOG=debug cargo run $(FLAGS)

setup-ubuntu:
sudo apt install llvm libclang-dev make
sudo apt install llvm libclang-dev make

0 comments on commit 611bdb4

Please sign in to comment.