mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-22 10:22:50 +02:00
16 lines
312 B
Bash
Executable file
16 lines
312 B
Bash
Executable file
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-test
|
|
|
|
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
|
|
|