diff --git a/Makefile b/Makefile index e3bd87189..8874d0c69 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/script/make.sh b/script/make.sh index a7276eb49..7c8ca397f 100755 --- a/script/make.sh +++ b/script/make.sh @@ -5,6 +5,7 @@ set -e DEFAULT_BUNDLES=( validate-gofmt validate-govet + generate binary test-unit