5 lines
146 B
Bash
5 lines
146 B
Bash
|
#!/bin/sh
|
||
|
/bin/rm -f mttest
|
||
|
cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||
|
|