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 /attic/tcp-proxy/Makefile | |
| parent | 7f4da08ff7af6f5d2a06001f70dae906a859c66e (diff) | |
| download | infinitytier-e8d11eb5c548deecf75daa9542da6e27e17acff6.tar.gz infinitytier-e8d11eb5c548deecf75daa9542da6e27e17acff6.zip | |
.
Diffstat (limited to 'attic/tcp-proxy/Makefile')
| -rw-r--r-- | attic/tcp-proxy/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/attic/tcp-proxy/Makefile b/attic/tcp-proxy/Makefile new file mode 100644 index 00000000..af4e71e3 --- /dev/null +++ b/attic/tcp-proxy/Makefile @@ -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 |
