mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 22:34:42 +01:00
5 lines
135 B
Makefile
5 lines
135 B
Makefile
gen:
|
|
cat /dev/null > $(PWD)/src/rfc2865.rs
|
|
cargo run --bin code_gen $(PWD)/dicts/dictionary.rfc2865 $(PWD)/src/rfc2865.rs
|
|
cargo fmt
|