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
/
lib
/
cdec_json_parser
/
Makefile
blob: d7bb81f4b3206142302e8d1747273ce374d383cd (
plain
)
1
2
3
4
5
6
7
all: gcc JSON_parser.c -c g++ json_parse.cc -c clean: rm -f *.o