From ad4d5c469c19f4363c8d91afe0373cbc30f67c86 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Wed, 22 Jan 2025 14:50:52 +0100 Subject: [PATCH] moving Makefile --- Makefile => waku/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Makefile => waku/Makefile (95%) diff --git a/Makefile b/waku/Makefile similarity index 95% rename from Makefile rename to waku/Makefile index 3520cc8..3e61d29 100644 --- a/Makefile +++ b/waku/Makefile @@ -1,7 +1,7 @@ # Makefile for Waku Go Bindings # Directories -THIRD_PARTY_DIR := third_party +THIRD_PARTY_DIR := ../third_party NWAKU_REPO := https://github.com/waku-org/nwaku NWAKU_DIR := $(THIRD_PARTY_DIR)/nwaku