mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-06-22 23:10:31 +01:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
build:
|
|
cargo build
|
|
|
|
gen:
|
|
cat /dev/null > $(PWD)/src/rfc2865.rs
|
|
cargo run --bin code_gen $(PWD)/dicts/dictionary.rfc2865 $(PWD)/src/rfc2865.rs
|
|
cargo fmt
|