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