add json request support

This commit is contained in:
lxsang
2016-10-31 17:34:20 +01:00
parent 08a29ee87e
commit 9305d4f800
9 changed files with 33 additions and 3 deletions

View File

@ -8,7 +8,7 @@ ifeq ($(UNAME_S),Linux)
PF_FLAG=-D_GNU_SOURCE
endif
ifeq ($(UNAME_S),Darwin)
BUILDIRD=./build
BUILDIRD=../ant-build
PF_FLAG=
endif
CFLAGS=-W -Wall -g -std=c99 -D DEBUG -D USE_DB $(PF_FLAG)