Files @ 8ab15200d9a4
Branch filter:

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

Christopher Esterhuyse
misc refactoring: (1) more thorough error handling, (2) more modular functions
1
2
3
4
#!/bin/sh

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