mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-12 05:19:33 +00:00
feat: give access local depeneency
This commit is contained in:
parent
03239f3521
commit
5e39e7727a
4
Makefile
4
Makefile
@ -218,7 +218,7 @@ testwaku: | $(NIMBLEDEPS_STAMP) build rln-deps librln
|
||||
|
||||
wakunode2: | $(NIMBLEDEPS_STAMP) build deps librln
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
nimble wakunode2
|
||||
nimble --localdeps wakunode2
|
||||
|
||||
benchmarks: | $(NIMBLEDEPS_STAMP) build deps librln
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
@ -425,7 +425,7 @@ else ifeq ($(detected_OS),Linux)
|
||||
endif
|
||||
|
||||
libwaku: | $(NIMBLEDEPS_STAMP) librln
|
||||
nimble --verbose libwaku$(BUILD_COMMAND) waku.nimble
|
||||
nimble --localdeps --verbose libwaku$(BUILD_COMMAND) waku.nimble
|
||||
|
||||
liblogosdelivery: | $(NIMBLEDEPS_STAMP) librln
|
||||
nimble --verbose liblogosdelivery$(BUILD_COMMAND) waku.nimble
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user