mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 15:41:05 +00:00
20 lines
317 B
Bash
20 lines
317 B
Bash
|
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/
|
||
|
|
||
|
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
|
||
|
|