3 lines
119 B
Bash
3 lines
119 B
Bash
|
#!/bin/bash
|
||
|
gcc -o pamTest test.c -g -I"../../.." -I"../../../../include" -DN_PLAT_UNIX -L"../../../lib/Release" -lpam
|