Files @ 673b826b1a60
Branch filter:

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

Christopher Esterhuyse
bitsets are so great
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