From 7bdd2fbf6f1f6cb38c4cf78d08d70d1e3bfbe0e8 Mon Sep 17 00:00:00 2001 From: lxsang Date: Wed, 2 Dec 2015 11:44:17 +0100 Subject: [PATCH] change buildir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecdaee3..089817f 100644 --- a/Makefile +++ b/Makefile @@ -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