mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
Makefiles for all modules
This commit is contained in:
10
cmd/depprobcheck/Makefile
Normal file
10
cmd/depprobcheck/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
include ../../Makefile-modules.mk
|
||||
|
||||
lint:
|
||||
echo "Skipping lint for broken module depprobcheck"
|
||||
|
||||
test:
|
||||
echo "Skipping test for broken module depprobcheck"
|
||||
Reference in New Issue
Block a user