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
|
default: binary
|
||||||
|
|
||||||
|
all: build
|
||||||
|
$(DOCKER_RUN_TRAEFIK) ./script/make.sh
|
||||||
|
|
||||||
binary: build
|
binary: build
|
||||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary
|
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ set -e
|
||||||
DEFAULT_BUNDLES=(
|
DEFAULT_BUNDLES=(
|
||||||
validate-gofmt
|
validate-gofmt
|
||||||
validate-govet
|
validate-govet
|
||||||
|
generate
|
||||||
binary
|
binary
|
||||||
|
|
||||||
test-unit
|
test-unit
|
||||||
|
|
Loading…
Reference in a new issue