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
4
Makefile
4
Makefile
|
|
@ -31,7 +31,7 @@ link-checker-setup:
|
||||||
run-link-checker:
|
run-link-checker:
|
||||||
bin/htmltest
|
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
|
check-all-links: production-build link-checker-setup
|
||||||
bin/htmltest --conf .htmltest.external.yml
|
bin/htmltest --conf .htmltest.external.yml
|
||||||
Loading…
Reference in New Issue