Fix default make target

Adding the e2e.mk file changed the default target for `make`

This reverts the behavior back to the original `kops-install`
This commit is contained in:
Peter Rifel 2021-01-14 15:06:58 -06:00
parent 9057e13288
commit 9c6814fb81
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
include tests/e2e/e2e.mk
# kops source root directory (without trailing /)
KOPS_ROOT?=$(patsubst %/,%,$(abspath $(dir $(firstword $(MAKEFILE_LIST)))))
DOCKER_REGISTRY?=gcr.io/must-override
@ -110,6 +108,8 @@ all-install: all kops-install channels-install
.PHONY: all
all: ${KOPS} ${PROTOKUBE} ${NODEUP} ${CHANNELS}
include tests/e2e/e2e.mk
.PHONY: help
help: # Show this help
@{ \