Files
radius-rs/Makefile
T
2020-11-25 00:43:11 +09:00

4 lines
96 B
Makefile

gen:
cargo run --bin code_gen $(PWD)/dicts/dictionary.rfc2865 $(PWD)/src/rfc2865.rs
cargo fmt