Skip to content

Commit

Permalink
Remove make lol
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Aug 12, 2024
1 parent 68a2346 commit 2fa4e1d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ endif
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov

lol:
ifeq ($(shell uname -ms), Darwin x86_64)
cargo risczero build-toolchain
else
cargo risczero install --version r0.1.79.0
endif

lint: ## cargo check and clippy. Skip clippy on guest code since it's not supported by risc0
## fmt first, because it's the cheapest
dprint check
Expand Down

0 comments on commit 2fa4e1d

Please sign in to comment.