blob: d0698d70308a7be222563cbaea8c81ac58ad6b2b [file] [log] [blame]
ifndef PROTOC
DEPS_PROTOC=../../deps/bin/protoc
ifneq ("$(wildcard $(DEPS_PROTOC))","")
PROTOC = $(DEPS_PROTOC)
else
PROTOC = protoc
endif
endif
all: caffe_pb2.py
clean:
rm caffe_pb2.py*
caffe_pb2.py:
$(PROTOC) --python_out=./ ./caffe.proto