Merge pull request #85 from vdemeester/make-me-happy

Add a all target than runs default tasks
This commit is contained in:
Emile Vauge
2015-10-30 12:03:06 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ print-%: ; @echo $*=$($*)
default: binary
all: build
$(DOCKER_RUN_TRAEFIK) ./script/make.sh
binary: build
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary

View File

@@ -5,6 +5,7 @@ set -e
DEFAULT_BUNDLES=(
validate-gofmt
validate-govet
generate
binary
test-unit