mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 04:25:31 +00:00
Partially undo
2ea4762d0f
The original makefile was annoying people who naturally expected it to work.
12 lines
327 B
Makefile
12 lines
327 B
Makefile
# 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
|