summaryrefslogtreecommitdiff
path: root/tcp-proxy/Makefile
blob: af4e71e3a9d3d2a660114a3168270b372d54b074 (plain)
1
2
3
4
5
6
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