mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
.
This commit is contained in:
parent
7f4da08ff7
commit
e8d11eb5c5
5 changed files with 16 additions and 61 deletions
|
@ -1,7 +0,0 @@
|
|||
CXX=$(shell which clang++ g++ c++ 2>/dev/null | head -n 1)
|
||||
|
||||
all:
|
||||
$(CXX) -O3 -fno-rtti -o tcp-proxy tcp-proxy.cpp
|
||||
|
||||
clean:
|
||||
rm -f *.o tcp-proxy *.dSYM
|
Loading…
Add table
Add a link
Reference in a new issue