diff --git a/Makefile b/Makefile index 789775d8..4e06941d 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + sudo apt install llvm libclang-dev make