mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-07 16:33:09 +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:
|
3. Build the dependencies:
|
||||||
```
|
```
|
||||||
sudo make
|
sudo make -C waku
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the module is ready for use in your project.
|
Now the module is ready for use in your project.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# Makefile for Waku Go Bindings
|
# Makefile for Waku Go Bindings
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
THIRD_PARTY_DIR := third_party
|
THIRD_PARTY_DIR := ../third_party
|
||||||
NWAKU_REPO := https://github.com/waku-org/nwaku
|
NWAKU_REPO := https://github.com/waku-org/nwaku
|
||||||
NWAKU_DIR := $(THIRD_PARTY_DIR)/nwaku
|
NWAKU_DIR := $(THIRD_PARTY_DIR)/nwaku
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ prepare:
|
|||||||
# Build Waku Go Bindings
|
# Build Waku Go Bindings
|
||||||
build: prepare
|
build: prepare
|
||||||
@echo "Building Waku Go Bindings..."
|
@echo "Building Waku Go Bindings..."
|
||||||
go build ./waku/...
|
go build ./...
|
||||||
|
|
||||||
# Clean up generated files
|
# Clean up generated files
|
||||||
clean:
|
clean:
|
||||||
Loading…
x
Reference in New Issue
Block a user