mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
.
This commit is contained in:
parent
5e3c633f74
commit
cf831d9cd3
4 changed files with 157 additions and 16 deletions
3
root/Makefile
Normal file
3
root/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
all:
|
||||
rm -f zerotier-root
|
||||
c++ -std=c++11 -O3 -maes -mpclmul -msse -msse2 -msse3 -msse4.1 -pthread -o zerotier-root root.cpp ../node/*.cpp ../osdep/OSUtils.cpp -lresolv
|
Loading…
Add table
Add a link
Reference in a new issue