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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 341b5eaf0..037bd905e 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,10 @@ proto: prepare-build
no-changes: prepare-build
cd $(BUILD_DIR) && $(MAKE) $@
+.PHONY: smoke-test
+smoke-test: prepare-build
+ cd $(BUILD_DIR) && $(MAKE) $@
+
.PHONY: prepare-build
prepare-build: $(BUILD_DIR)/.ok update-makefile
$(BUILD_DIR)/.ok: