Merge pull request #70 from estesp/makefile-cleanup

Add dependency on the container build for steps doing "run"
This commit is contained in:
Michael Crosby 2016-01-21 11:55:50 -08:00
commit 9778225c58

View file

@ -44,7 +44,7 @@ fmt:
lint: lint:
@golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr @golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr
shell: shell: dbuild
$(DOCKER_RUN) bash $(DOCKER_RUN) bash
test: all validate test: all validate