This commit is contained in:
Adam Ierymenko 2019-08-28 13:04:58 -07:00
commit cf831d9cd3
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
4 changed files with 157 additions and 16 deletions

3
root/Makefile Normal file
View 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