Commit 3eb98619 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

makefile: cleanup (#11076)

The specs are no longer managed in the `optimism` repo but instead
in the `specs` repo. This commit removes the dead command in the
`Makefile`

Based on https://github.com/ethereum-optimism/optimism/pull/11074
parent 5f9e161e
......@@ -234,12 +234,6 @@ update-op-geth:
./ops/scripts/update-op-geth.py
.PHONY: update-op-geth
bedrock-markdown-links:
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback \
--exclude twitter.com --exclude explorer.optimism.io --exclude linux-mips.org --exclude vitalik.eth.limo \
--exclude-mail /input/README.md "/input/specs/**/*.md"
.PHONY: bedrock-markdown-links
install-geth:
./ops/scripts/geth-version-checker.sh && \
(echo "Geth versions match, not installing geth..."; true) || \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment