From f75c0b7ef812b740c24cad02f017e67a70641ab1 Mon Sep 17 00:00:00 2001 From: dsavvinov Date: Fri, 12 Aug 2016 19:20:43 +0300 Subject: [PATCH] Protobuf: refactored build scripts into proto/compiler/directory, so now everything related to compiler resides in carkot/proto/compiler --- proto/{ => compiler}/Makefile | 0 proto/{ => compiler}/pre-build.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename proto/{ => compiler}/Makefile (100%) rename proto/{ => compiler}/pre-build.sh (100%) diff --git a/proto/Makefile b/proto/compiler/Makefile similarity index 100% rename from proto/Makefile rename to proto/compiler/Makefile diff --git a/proto/pre-build.sh b/proto/compiler/pre-build.sh similarity index 100% rename from proto/pre-build.sh rename to proto/compiler/pre-build.sh