Files @ 0a390cf3bd15
Branch filter:

Location: CSY/reowolf/examples/0_forward/make.sh

Christopher Esterhuyse
laying out communications with bitmatrix
1
2
3
4
5
#!/bin/sh

LIB_PATH="../../target/release"
gcc -L $LIB_PATH -lreowolf_rs -Wl,-R$LIB_PATH alice.c -o alice
gcc -L $LIB_PATH -lreowolf_rs -Wl,-R$LIB_PATH bob.c -o bob