Files @ aebcee16d6bc
Branch filter:

Location: CSY/reowolf/examples/5_put_get/make.sh

Christopher Esterhuyse
fixed cyclic routing bug. Was actually a one-liner
1
2
3
4
#!/bin/sh

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