From 819d63caadc9db107bf856b5ec8c0a4225e0a4fe Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sat, 21 Apr 2018 22:34:18 +0300 Subject: [PATCH] Create binaries in bin --- Makefile.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Linux b/Makefile.Linux index 39e124f..3317bd9 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -7,7 +7,7 @@ # remove -DNOODBC from CFLAGS and add -lodbc to LIBS to compile with ODBC # library support. Add -DSAFESQL for poorely written ODBC library / drivers. -BUILDDIR = +BUILDDIR = ../bin/ CC = gcc CFLAGS = -g -O2 -fno-strict-aliasing -c -pthread -DWITHSPLICE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER