mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-09 17:33:06 +00:00
fixing Makefile
This commit is contained in:
parent
453a41fb44
commit
4dd321751a
6
Makefile
6
Makefile
@ -1,4 +1,4 @@
|
||||
# Makefile for Go project with Waku library preparation
|
||||
# Makefile for Waku Go Bindings
|
||||
|
||||
# Directories
|
||||
THIRD_PARTY_DIR := third_party
|
||||
@ -26,9 +26,9 @@ prepare:
|
||||
@echo "Building libwaku..."
|
||||
@cd $(NWAKU_DIR) && make libwaku
|
||||
|
||||
# Build Go project (replace with your actual build command)
|
||||
# Build Waku Go Bindings
|
||||
build: prepare
|
||||
@echo "Building Go project..."
|
||||
@echo "Building Waku Go Bindings..."
|
||||
go build ./wakuv2/...
|
||||
|
||||
# Clean up generated files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user