Files @ 33da6b69e9a2
Branch filter:

Location: CSY/reowolf/examples/1_load_pdl/make.sh

Christopher Esterhuyse
bugfixing + ffi fleshing out + example refining
1
2
3
4
5
#!/bin/sh

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