mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
.
This commit is contained in:
parent
7f4da08ff7
commit
e8d11eb5c5
5 changed files with 16 additions and 61 deletions
7
attic/tcp-proxy/Makefile
Normal file
7
attic/tcp-proxy/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
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