Skip to content

Commit

Permalink
Add rules for all directories in plugin/cmd/
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangpengzhao committed Jul 29, 2016
1 parent 5c6c8eb commit 6ad631b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ad631b

Please sign in to comment.