Commit 6ad631b2 authored by xiangpengzhao's avatar xiangpengzhao

Add rules for all directories in plugin/cmd/

parent 5c6c8eb9
......@@ -250,6 +250,14 @@ cross:
$(notdir $(abspath $(wildcard cmd/*/))): generated_files
hack/make-rules/build.sh cmd/$@
# Add rules for all directories in plugin/cmd/
#
# Example:
# make kube-scheduler
.PHONY: $(notdir $(abspath $(wildcard plugin/cmd/*/)))
$(notdir $(abspath $(wildcard plugin/cmd/*/))): generated_files
hack/make-rules/build.sh plugin/cmd/$@
# Add rules for all directories in federation/cmd/
#
# Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment