jl777
9 years ago
committed by
GitHub
6 changed files with 22 additions and 6 deletions
@ -1,4 +1,8 @@ |
|||
git pull |
|||
#!/bin/bash |
|||
|
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
rm *.o |
|||
gcc -c -O2 *.c jpeg/*.c jpeg/unix/*.c # -I/usr/lib/x86_64-linux-gnu/curl |
|||
rm -f ../agents/libcrypto777.a; ar rcu ../agents/libcrypto777.a *.o |
|||
|
@ -1,2 +1,4 @@ |
|||
git pull |
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
cd iguana; ./m_ios; cd .. |
|||
|
@ -1,3 +1,5 @@ |
|||
git pull |
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
cd iguana; ./m_unix; cd .. |
|||
#cd SuperNET; ./m_unix; cd .. |
|||
|
Loading…
Reference in new issue