Files
wolfssl/wrapper/rust/wolfssl/Makefile
2025-09-17 17:11:47 -04:00

13 lines
108 B
Makefile

.PHONY: all
all:
cargo build
cargo doc
.PHONY: test
test:
cargo test
.PHONY: clean
clean:
cargo clean