Files
wolfssl/wrapper/rust/wolfssl-sys/Makefile
Josh Holtrop 167e76add4 Create initial Rust wrapper structure
Generate bindings to C library with bindgen
Add github CI workflow to build Rust wrapper
2025-09-12 15:49:56 -04:00

8 lines
65 B
Makefile

.PHONY: all
all:
cargo build
.PHONY: clean
clean:
cargo clean