diff --git a/waku/Makefile b/waku/Makefile index 3e61d29..ce412bb 100644 --- a/waku/Makefile +++ b/waku/Makefile @@ -29,7 +29,7 @@ prepare: # Build Waku Go Bindings build: prepare @echo "Building Waku Go Bindings..." - go build ./waku/... + go build ./... # Clean up generated files clean: