From 56383131f20dd7f79746052b4439fa15c1ce55f0 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Mon, 22 Dec 2025 18:52:43 +0530 Subject: [PATCH] chore: deprecated go-waku --- waku/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/Makefile b/waku/Makefile index 7bd3a9b..d3a14bb 100644 --- a/waku/Makefile +++ b/waku/Makefile @@ -44,7 +44,7 @@ check-folders: echo "ERROR: No libwaku library file found in: $(LIBWAKU_LIB_PATH)"; exit 1; \ fi -build: check-folders +build: @echo "Building Waku Go Bindings (manual)..." go build .