diff --git a/Makefile b/Makefile index dfa39a9..0c788fc 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ONOS_BUILD_VERSION := v0.6.6 ONOS_PROTOC_VERSION := v0.6.6 BUF_VERSION := 0.27.1 -all: build images +all: build docker-build build: # @HELP build the Go binaries and run all validations (default) build: @@ -63,4 +63,4 @@ help: | awk ' \ BEGIN {FS = ": *# *@HELP"}; \ {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \ - ' \ No newline at end of file + '