Skip to content

Commit

Permalink
Add proto to make all
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebore committed Mar 26, 2015
1 parent 679a1aa commit cb99383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $(BIN): $(LIB) $(BIN_OBJ)
%.pb.cc %.pb.h: %.proto
$(PROTOC) --proto_path=${PROTOBUF_DIR}/include --proto_path=/usr/local/include \
--proto_path=./src/sofa/pbrpc \
--cpp_out=./src/proto $<j
--cpp_out=./src/proto $<

build: $(LIB) $(BIN)
@echo
Expand Down

0 comments on commit cb99383

Please sign in to comment.