Makefile cleanup
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -79,9 +79,9 @@ all: generated_files | ||||
| # | ||||
| # Example: | ||||
| # make ginkgo | ||||
| .PHONY: ginkgo | ||||
| ginkgo: | ||||
| 	hack/make-rules/build.sh vendor/github.com/onsi/ginkgo/ginkgo | ||||
| .PHONY: ginkgo | ||||
|  | ||||
| # Runs all the presubmission verifications. | ||||
| # | ||||
| @@ -172,9 +172,9 @@ test-e2e-node: ginkgo generated_files | ||||
| # | ||||
| # Example: | ||||
| #   make test-cmd | ||||
| test-cmd: generated_files | ||||
| 	@hack/make-rules/test-cmd.sh | ||||
| .PHONY: test-cmd | ||||
| test-cmd: generated_files | ||||
| 	hack/make-rules/test-cmd.sh | ||||
|  | ||||
| # Remove all build artifacts. | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xiangpengzhao
					xiangpengzhao