Skip to content

Commit

Permalink
update makefile in protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf committed Jan 20, 2017
1 parent 8ff1171 commit 8577763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ PROGRAMS = test

default: $(PROGRAMS)

$(PROGRAMS): ../libhandy.a $(OBJS)
$(CXX) -o $@ $^ msg.pb.cc $(LDFLAGS) `pkg-config --libs protobuf`
$(PROGRAMS): $(OBJS)
$(CXX) -o $@ $^ msg.pb.cc $(LDFLAGS) `pkg-config --libs protobuf` -lhandy

$(OBJS): middle

Expand Down

0 comments on commit 8577763

Please sign in to comment.