Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-25 18:11:52 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-07-25 18:11:52 +0300
commitc5829d906a7418bfc4d2736f8ed80911cbe9e5cf (patch)
tree26678ea5e0c0ae8788d2b5a159b08381eb4ebee9 /Makefile
parent1cb2541eecc6d32e4816d0f817db7e42e0c69f50 (diff)
Generate embedded Go and Ruby proto stubs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aceba5f78..341b5eaf0 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,14 @@ race-go: prepare-build
docker: prepare-build
cd $(BUILD_DIR) && $(MAKE) $@
+.PHONY: proto
+proto: prepare-build
+ cd $(BUILD_DIR) && $(MAKE) $@
+
+.PHONY: no-changes
+no-changes: prepare-build
+ cd $(BUILD_DIR) && $(MAKE) $@
+
.PHONY: prepare-build
prepare-build: $(BUILD_DIR)/.ok update-makefile
$(BUILD_DIR)/.ok: