diff options
| author | Joseph Henry <josephjah@gmail.com> | 2015-11-12 08:21:05 -0800 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2015-11-12 08:21:05 -0800 |
| commit | e5fad005a9c5b4ad5f645a4aba40a7bff2eeda58 (patch) | |
| tree | bc231450835861671166205d814d5037e5236f62 /docker-test/throughput/build.sh | |
| parent | 82a60b1e288773b18fb98eb7898c4bfc87587679 (diff) | |
| download | infinitytier-e5fad005a9c5b4ad5f645a4aba40a7bff2eeda58.tar.gz infinitytier-e5fad005a9c5b4ad5f645a4aba40a7bff2eeda58.zip | |
Updated RPC handling
Diffstat (limited to 'docker-test/throughput/build.sh')
| -rwxr-xr-x | docker-test/throughput/build.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docker-test/throughput/build.sh b/docker-test/throughput/build.sh deleted file mode 100755 index 1e31ab22..00000000 --- a/docker-test/throughput/build.sh +++ /dev/null @@ -1,17 +0,0 @@ -cd ../../ -make clean -make -cd netcon -make -f make-intercept.mk lib -rm *.o -rm liblwip.so -make -f make-liblwip.mk - -cd ../docker-test/throughput - -cp ../../zerotier-one zerotier-one -cp ../../zerotier-cli zerotier-cli - -cp ../../netcon/liblwip.so liblwip.so -cp ../../netcon/libintercept.so.1.0 libintercept.so.1.0 - |
