Files
kustomize/Makefile
2019-10-30 16:20:23 -07:00

14 lines
333 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
.PHONY: all