mirror of
https://github.com/status-im/status-node-manager.git
synced 2025-02-19 16:04:20 +00:00
build(SNM): Add task and make command for building status-node-manager
This commit is contained in:
parent
d7a4f0b246
commit
d150d6d60a
8
Makefile
8
Makefile
@ -75,3 +75,11 @@ waku-utils: | deps librln
|
||||
|
||||
waku-utils-example: | deps librln
|
||||
nim wakuUtilsExamples $(NIM_PARAMS) status_node_manager.nims
|
||||
|
||||
|
||||
###########################
|
||||
## STATUS NODE MANAGER ##
|
||||
###########################
|
||||
|
||||
status-node-manager: | deps librln
|
||||
nim statusNodeManager $(NIM_PARAMS) status_node_manager.nims
|
||||
|
@ -28,3 +28,6 @@ task wakuUtilsExamples, "Building Waku Utils Examples":
|
||||
buildBinary "agentA", "libs/waku-utils/example/nwaku/"
|
||||
buildBinary "agentB", "libs/waku-utils/example/nwaku/"
|
||||
buildBinary "initiator", "libs/waku-utils/example/js-waku/"
|
||||
|
||||
task statusNodeManager, "Building Status Node Manager":
|
||||
buildBinary "status_node_manager", "src/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user