From 448324ec6ed1c6b3bac249f40e79b8d3d1ebd9c7 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Mon, 12 Jan 2026 15:30:01 +0530 Subject: [PATCH] remove vendor completly --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 01c1916f3..4fec441b4 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ update: | waku.nims clean: rm -rf build + rm -rf ~/.nimble/pkgs + rm -rf ~/.nimble/pkgcache build: mkdir -p build