From 26fcf499f2766005469fc008c2f642cfffbcee04 Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Wed, 8 Mar 2023 21:18:43 -0800 Subject: [PATCH] No plugins to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea543289f..8620c1e47 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ setup-dev setup-dev-linux run-client-dev TARGET_ARCH := $(shell rustc -Vv | grep host | awk '{print $$2 " "}') -PLUGINS := rust +PLUGINS := # By default just run fmt & clippy default: fmt clippy