diff --git a/examples/5_recovery/make.sh b/examples/5_recovery/make.sh index 76e7564aa5e4e27d9f1de8f7f7adc865f73ac9fe..29265a080aec2c404da4a511f2c78a513596c536 100644 --- a/examples/5_recovery/make.sh +++ b/examples/5_recovery/make.sh @@ -1,4 +1,5 @@ #!/bin/sh LIB_PATH="../" +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