From a186144a782830ee5fe24d9747ae9f463c83ba90 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 28 Oct 2019 13:35:49 -0700 Subject: [PATCH] Reinstate simplified makefile Partially undo https://github.com/kubernetes-sigs/kustomize/commit/2ea4762d0fb6456c37077384be9a772abfc335df The original makefile was annoying people who naturally expected it to work. --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..2f5124812 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# Warning +# +# This makefile is provided only as a convenience to run +# the travis pre-commit script, which generates all the +# code that needs to be generated, and runs all the tests. +# +# This makefile won't be maintained until it replaces +# (or is used by) the travis/pre-commit.sh script + +all: + ./travis/pre-commit.sh