Files @ 3f236d37dad1
Branch filter:

Location: CSY/reowolf/examples/6_constraint_solve/make.sh - annotation

Christopher Esterhuyse
pulled out arena-id dependency in favour of custom (minimal) impl, and to finish making component states serializable with serde
1
2
3
4
#!/bin/sh

LIB_PATH="../"
gcc -L $LIB_PATH -lreowolf_rs -Wl,-R$LIB_PATH main.c -o main