Commit 5f66662c authored by xiangpengzhao's avatar xiangpengzhao

Add rules for all directories in federation/cmd/

parent ed3a29bd
...@@ -250,6 +250,14 @@ cross: ...@@ -250,6 +250,14 @@ cross:
$(notdir $(abspath $(wildcard cmd/*/))): generated_files $(notdir $(abspath $(wildcard cmd/*/))): generated_files
hack/make-rules/build.sh cmd/$@ hack/make-rules/build.sh cmd/$@
# Add rules for all directories in federation/cmd/
#
# Example:
# make federation-apiserver federation-controller-manager
.PHONY: $(notdir $(abspath $(wildcard federation/cmd/*/)))
$(notdir $(abspath $(wildcard federation/cmd/*/))): generated_files
hack/make-rules/build.sh federation/cmd/$@
# Produce auto-generated files needed for the build. # Produce auto-generated files needed for the build.
# #
# Example: # 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