mirror of https://github.com/grpc/grpc.io.git
Remove duplicated clean command
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
8c23ab3bc9
commit
bea6de89c0
6
Makefile
6
Makefile
|
|
@ -31,7 +31,7 @@ link-checker-setup:
|
|||
run-link-checker:
|
||||
bin/htmltest
|
||||
|
||||
check-internal-links: clean production-build link-checker-setup run-link-checker
|
||||
check-internal-links: production-build link-checker-setup run-link-checker
|
||||
|
||||
check-all-links: clean production-build link-checker-setup
|
||||
bin/htmltest --conf .htmltest.external.yml
|
||||
check-all-links: production-build link-checker-setup
|
||||
bin/htmltest --conf .htmltest.external.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue