Add a all target than runs default tasks
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
287d5c59da
commit
143ea86ab9
2 changed files with 4 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ set -e
|
|||
DEFAULT_BUNDLES=(
|
||||
validate-gofmt
|
||||
validate-govet
|
||||
generate
|
||||
binary
|
||||
|
||||
test-unit
|
||||
|
|
Loading…
Reference in a new issue