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