summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-06-28 12:20:03 +1000
committerAsh McKenzie <amckenzie@gitlab.com>2019-06-28 12:21:32 +1000
commiteb4cf020efbd7a25763fdf10e886fd495397a240 (patch)
tree30bdd56649544a8d94a68cce9439a8ad5033548d
parent0bc2503a85eea9efdc9bb0d072b1fc832d56d754 (diff)
downloadgitlab-shell-eb4cf020efbd7a25763fdf10e886fd495397a240.tar.gz
New bin/gitlab-shell Makefile target
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e9a81b2..0dedcc5 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,14 @@ test_ruby:
test_golang:
support/go-test
-setup: compile
-build: compile
-compile:
+setup: _install bin/gitlab-shell
+
+_install:
bin/install
+
+build: bin/gitlab-shell
+compile: bin/gitlab-shell
+bin/gitlab-shell:
bin/compile
check: