Protobuf: refactored file structure in proto/. Changed build script accrodingly

This commit is contained in:
dsavvinov
2016-08-12 18:58:06 +03:00
parent bd1198bca7
commit 4554e01226
16 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ PROTOC_DIR = compiler/google/src/google/protobuf/compiler/kotlin
PROTOC_EXE = $(PROTOC_DIR)/protoc
# Kotlin part
RUNTIME_DIR = runtime
RUNTIME_DIR = compiler/runtime
RUNTIME_JAR = $(RUNTIME_DIR)/build/libs/protokot-runtime.jar
all: $(EXE) $(JAR)