6 lines
145 B
Makefile
6 lines
145 B
Makefile
pb:
|
|
cargo run --bin build_pb
|
|
mv src/pb/_.rs src/pb/message.rs
|
|
|
|
libtun-so:
|
|
cd src/network && gcc -fPIC -shared -o libtuntap.so tuntap.c && cd -
|