Files
wolfssl/wrapper/rust/wolfssl-wolfcrypt/Makefile
T

14 lines
122 B
Makefile
Raw Normal View History

2025-09-10 15:30:03 -04:00
.PHONY: all
all:
cargo build
cargo clippy
cargo doc
.PHONY: test
test:
cargo test
2025-09-10 15:30:03 -04:00
.PHONY: clean
clean:
cargo clean