diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-01 17:21:04 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-01 17:21:04 -0700 |
commit | e8d11eb5c548deecf75daa9542da6e27e17acff6 (patch) | |
tree | e32e00335ed17445015dd7503071114cc18218ac /tcp-proxy/Makefile | |
parent | 7f4da08ff7af6f5d2a06001f70dae906a859c66e (diff) | |
download | infinitytier-e8d11eb5c548deecf75daa9542da6e27e17acff6.tar.gz infinitytier-e8d11eb5c548deecf75daa9542da6e27e17acff6.zip |
.
Diffstat (limited to 'tcp-proxy/Makefile')
-rw-r--r-- | tcp-proxy/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tcp-proxy/Makefile b/tcp-proxy/Makefile deleted file mode 100644 index af4e71e3..00000000 --- a/tcp-proxy/Makefile +++ /dev/null @@ -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 |