From 2fa4e1d6e4f83dd4f734589d2669abe268203a93 Mon Sep 17 00:00:00 2001 From: yaziciahmet Date: Mon, 12 Aug 2024 23:27:55 +0300 Subject: [PATCH] Remove make lol --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 40b4fbac34..7af7de0bb0 100644 --- a/Makefile +++ b/Makefile @@ -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