From 253b51b6098cc918f0e194a8a79332bc9791a4b8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Apr 2016 15:30:51 -0500 Subject: [PATCH] test --- iguana/m_unix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iguana/m_unix b/iguana/m_unix index 0b374e808..59f3c04d2 100755 --- a/iguana/m_unix +++ b/iguana/m_unix @@ -1,7 +1,6 @@ #./configure --enable-endomorphism --enable-module-ecdh --enable-module-schnorr --enable-module-rangeproof --enable-experimental - rm ../agents/iguana git pull -gcc -g -Wno-deprecated -c -O2 $SOURCES +gcc -g -Wno-deprecated -c -O2 *.c gcc -g -Wno-deprecated -c main.c iguana777.c iguana_bundles.c gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lcurl -lssl -lcrypto -lpthread -lm ../includes/libsecp256k1.a -lgmp