3 lines
122 B
Bash
3 lines
122 B
Bash
|
#!/bin/bash
|
||
|
gcc -o test test.c -I"../.." -I"../../../include" -DN_PLAT_UNIX -g -L"../../../lib/lux/dbg" -lcasa_auth_token
|