summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-07-16 11:13:29 +0200
committerPatrick Simianer <p@simianer.de>2014-07-16 11:13:29 +0200
commit9f83329836e45037bf471de4a78068fc7ab9b7e1 (patch)
tree26af37ca31a8a03fc8b4d3b242d6045338c9fe4c /Makefile
parentb2f4f658951ba4bdc87723298a953b6d2e2ca8ca (diff)
msgpack streaming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf290a4..3013d32 100644
--- a/Makefile
+++ b/Makefile
@@ -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