Commit eb4cf020 authored by Ash McKenzie's avatar Ash McKenzie

New bin/gitlab-shell Makefile target

parent 0bc2503a
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment