summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-10 15:59:42 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-10 15:59:42 -0700
commit528cdd2ecd8f1b43ac8b7bad3f188c717507c718 (patch)
tree67776d4a216a5d0ec16fdf4997d2b002a7794576 /Makefile
parent2abf3428043fdbefdcc611baae5c86a58aacd3a3 (diff)
Updated benchmark to correctly test both upb and proto2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f04fd4a..2cffa4f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ src/libupb.a: $(OBJ)
ar rcs src/libupb.a $(OBJ)
tests/test_table: src/libupb.a
tools/upbc: src/libupb.a
-benchmark/benchmark: src/libupb.a benchmark/google_messages.pb.h benchmark/google_messages.pb.o
+benchmark/benchmark: src/libupb.a benchmark/google_messages.pb.h benchmark/google_messages.pb.o benchmark/benchmark.o
$(CXX) $(CPPFLAGS) -o benchmark/benchmark benchmark/google_messages.pb.o benchmark/benchmark.cc src/libupb.a -lm -lprotobuf -lpthread
benchmark/google_messages.pb.h benchmark/google_messages.pb: benchmark/google_messages.proto
protoc benchmark/google_messages.proto --cpp_out=. -obenchmark/google_messages.proto.pb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback