index
:
serializer_benchmark
master
Mirror of https://github.com/pks/serializer_benchmark.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cdec_json_parser
/
Makefile
blob: c976abace14ce6399a8211d02d8a4a60d7b88416 (
plain
)
1
2
3
4
5
6
7
all: gcc JSON_parser.c -c g++ json_parse.cc -c clean: rm *.o