mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
d83a3d71bc
Merge in RedPhone // FREEBIE
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/bin/sh
|
|
/bin/rm -f mttest
|
|
purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
|
|