diff --git a/examples/2_dynamic_pdl/make.sh b/examples/2_dynamic_pdl/make.sh new file mode 100644 index 0000000000000000000000000000000000000000..19ef6e33f1da63743e11033e0b06fecfa383072d --- /dev/null +++ b/examples/2_dynamic_pdl/make.sh @@ -0,0 +1,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