Project

General

Profile

2 krennw
include ../executor/Makefile.inc

PROTOC=$(PROTOBUF)/bin/protoc

all: protobuf

protobuf:
$(PROTOC) -I=./src --java_out=../src --cpp_out=../executor/source/runtime/serialize/gen ./src/*.proto