9 lines
128 B
Makefile
9 lines
128 B
Makefile
#
|
|
# mod.mk
|
|
#
|
|
# Copyright (C) 2010 - 2015 Creytiv.com
|
|
#
|
|
|
|
SRCS += json/decode.c
|
|
SRCS += json/decode_odict.c
|
|
SRCS += json/encode.c
|