Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
82f6c040fdd33ed449e6064dbd7eab8496367e65
/
.
/
src
/
json
/
mod.mk
blob: 731ddc5209e1d95c7a0d20b68851e09d5775a152 [
file
] [
log
] [
blame
]
James Kuszmaul
82f6c04
2021-01-17 11:30:16 -0800
[
diff
] [
blame^
]
1
#
2
# mod.mk
3
#
4
# Copyright (C) 2010 - 2015 Creytiv.com
5
#
6
7
SRCS
+=
json
/
decode
.
c
8
SRCS
+=
json
/
decode_odict
.
c
9
SRCS
+=
json
/
encode
.
c