jl777
9 years ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||
rm ../agents/iguana *.o |
rm ../agents/iguana *.o |
||||
git pull |
git pull |
||||
cd secp256k1; ./m_js; cd .. |
cd secp256k1; ./m_js; cd .. |
||||
emcc -s USE_PTHREADS=1 -o iguana.html *.c databases/iguana_DB.c ../agents/libcrypto777.a -lm |
emcc -s USE_PTHREADS=1 -o iguana.html *.c databases/iguana_DB.c secp256k1.o ../agents/libcrypto777.a -lm |
||||
cp iguana.html iguana.js pthread-main.js iguana.html.mem /var/www/html |
cp iguana.html iguana.js pthread-main.js iguana.html.mem /var/www/html |
||||
|
Loading…
Reference in new issue