Makefiles for all modules

This commit is contained in:
Katrina Verey
2022-04-01 15:45:48 -04:00
parent 2a9adbeb1e
commit 0d32543ebd
49 changed files with 152 additions and 41 deletions

10
cmd/depprobcheck/Makefile Normal file
View 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"