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

View file

@ -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