Files
radius-rs/Makefile
T
2020-11-25 01:13:31 +09:00

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