mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 15:16:40 +00:00
20 lines
335 B
Bash
20 lines
335 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 ../liblwip.so liblwip.so
|
||
|
cp ../libzerotierintercept.so.1.0 libzerotierintercept.so.1.0
|
||
|
cp ../zerotier-intercept zerotier-intercept
|
||
|
|