1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

change buildir

This commit is contained in:
lxsang 2015-12-02 11:44:17 +01:00
parent 43b52a3d46
commit 7bdd2fbf6f

View File

@ -3,7 +3,7 @@ CFLAGS=-W -Wall -g -std=c99 -D DEBUG
EXT=dylib
SERVER=plugin_manager.o ini.o http_server.o plugins/dictionary.o plugins/utils.o
SERVERLIB=-lpthread -ldl
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
BUILDIRD=/root/antd
endif