mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
chore: improve package structure (#20)
This commit is contained in:
parent
d517abc07b
commit
db4348d311
@ -20,7 +20,7 @@ Follow these steps to install and set up the module:
|
||||
```
|
||||
3. Build the dependencies:
|
||||
```
|
||||
sudo make
|
||||
sudo make -C waku
|
||||
```
|
||||
|
||||
Now the module is ready for use in your project.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
Loading…
x
Reference in New Issue
Block a user