From 9f83329836e45037bf471de4a78068fc7ab9b7e1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 16 Jul 2014 11:13:29 +0200 Subject: msgpack streaming --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3