diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-16 11:13:29 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-16 11:13:29 +0200 |
commit | 9f83329836e45037bf471de4a78068fc7ab9b7e1 (patch) | |
tree | 26af37ca31a8a03fc8b4d3b242d6045338c9fe4c /Makefile | |
parent | b2f4f658951ba4bdc87723298a953b6d2e2ca8ca (diff) |
msgpack streaming
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ test_cdec_json_parser: test_cdec_json_parser.cc test_msgpack: test_msgpack.cc $(COMPILER) $(CXXFLAGS) test_msgpack.cc -I./msgpack-c/include/ ./msgpack-c/lib/libmsgpack.a -o test_msgpack +test_msgpack_streaming: test_msgpack_streaming.cc + $(COMPILER) $(CXXFLAGS) test_msgpack_streaming.cc -I./msgpack-c/include/ ./msgpack-c/lib/libmsgpack.a -o test_msgpack_streaming + clean: rm -f test_gason test_json-cpp test_jsoncpp test_libjson rm -f test_picojson test_rapidjson test_sajson test_JsonBox |