Makefile cleanup

pull/6/head
xiangpengzhao 2016-07-29 02:25:29 -04:00
parent 7cdbd81712
commit aa47880db3
1 changed files with 3 additions and 3 deletions

View File

@ -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.
#