This commit is contained in:
Adam Ierymenko 2017-06-01 17:21:04 -07:00
commit e8d11eb5c5
5 changed files with 16 additions and 61 deletions

7
attic/tcp-proxy/Makefile Normal file
View 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