Files
radius-rs/Makefile
2020-11-25 01:04:05 +09:00

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