We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-b
1 parent 68eaf61 commit 97cb7aeCopy full SHA for 97cb7ae
Makefile
@@ -139,7 +139,7 @@ clean: ## Clean build artifacts
139
download-circuits: ## Download the circuits used by Mina from GitHub
140
@if [ ! -d "circuit-blobs" ]; then \
141
git clone --depth 1 https://github.com/openmina/circuit-blobs.git; \
142
- ln -s -b "$$PWD"/circuit-blobs/* ledger/; \
+ ln -s "$$PWD"/circuit-blobs/* ledger/; \
143
else \
144
echo "circuit-blobs already exists, skipping download."; \
145
fi
0 commit comments