Files @ 05c5f19eb371
Branch filter:

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

Hans-Dieter Hiep
Implements logical and/or and message equality
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