diff options
Diffstat (limited to 'docker-test/throughput_httpd_2.4.17/build.sh')
-rwxr-xr-x | docker-test/throughput_httpd_2.4.17/build.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docker-test/throughput_httpd_2.4.17/build.sh b/docker-test/throughput_httpd_2.4.17/build.sh deleted file mode 100755 index adbbdcbe..00000000 --- a/docker-test/throughput_httpd_2.4.17/build.sh +++ /dev/null @@ -1,18 +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_httpd_2.4.17 - -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 -cp ../../netcon/intercept intercept - |