4 lines
57 B
Makefile
4 lines
57 B
Makefile
|
|
all:
|
||
|
|
flatc --rust -o src/gen/ schema/*.fbs
|
||
|
|
cargo build
|