From 143ea86ab9921d992274b6efe41160ab31e1cb61 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 30 Oct 2015 08:55:08 +0100 Subject: [PATCH] Add a all target than runs default tasks Signed-off-by: Vincent Demeester --- Makefile | 3 +++ script/make.sh | 1 + 2 files changed, 4 insertions(+) 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