Commit 542b2613 authored by Nick Thomas's avatar Nick Thomas

Intelligently rebuild binaries

parent 9ba79e43
.PHONY: validate verify verify_ruby verify_golang test test_ruby test_golang setup _install build compile check clean
GO_SOURCES := $(shell find go -name '*.go')
validate: verify test
verify: verify_ruby verify_golang
......@@ -32,7 +34,7 @@ _install:
build: bin/gitlab-shell
compile: bin/gitlab-shell
bin/gitlab-shell:
bin/gitlab-shell: $(GO_SOURCES)
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