mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-05-16 01:19:29 +00:00
fix: Rename nims file
This commit is contained in:
parent
504e433c00
commit
f0eac4c05d
6
Makefile
6
Makefile
@ -95,7 +95,7 @@ build-libchat:
|
|||||||
@echo "Completed building libchat"
|
@echo "Completed building libchat"
|
||||||
|
|
||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
tests: | build-waku-librln build-waku-nat build-libchat nim_chat_poc.nims
|
tests: | build-waku-librln build-waku-nat build-libchat logos_chat.nims
|
||||||
echo -e $(BUILD_MSG) "build/$@" && \
|
echo -e $(BUILD_MSG) "build/$@" && \
|
||||||
$(ENV_SCRIPT) nim tests $(NIM_PARAMS) logos_chat.nims
|
$(ENV_SCRIPT) nim tests $(NIM_PARAMS) logos_chat.nims
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ tests: | build-waku-librln build-waku-nat build-libchat nim_chat_poc.nims
|
|||||||
##########
|
##########
|
||||||
|
|
||||||
# Ensure there is a nimble task with a name that matches the target
|
# Ensure there is a nimble task with a name that matches the target
|
||||||
tui bot_echo pingpong: | build-waku-librln build-waku-nat build-libchat nim_chat_poc.nims
|
tui bot_echo pingpong: | build-waku-librln build-waku-nat build-libchat logos_chat.nims
|
||||||
echo -e $(BUILD_MSG) "build/$@" && \
|
echo -e $(BUILD_MSG) "build/$@" && \
|
||||||
$(ENV_SCRIPT) nim $@ $(NIM_PARAMS) --path:src logos_chat.nims
|
$(ENV_SCRIPT) nim $@ $(NIM_PARAMS) --path:src logos_chat.nims
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ endif
|
|||||||
LIBLOGOSCHAT := build/liblogoschat.$(LIBLOGOSCHAT_EXT)
|
LIBLOGOSCHAT := build/liblogoschat.$(LIBLOGOSCHAT_EXT)
|
||||||
|
|
||||||
.PHONY: liblogoschat
|
.PHONY: liblogoschat
|
||||||
liblogoschat: | build-waku-librln build-waku-nat build-libchat nim_chat_poc.nims
|
liblogoschat: | build-waku-librln build-waku-nat build-libchat logos_chat.nims
|
||||||
echo -e $(BUILD_MSG) "$(LIBLOGOSCHAT)" && \
|
echo -e $(BUILD_MSG) "$(LIBLOGOSCHAT)" && \
|
||||||
$(ENV_SCRIPT) nim liblogoschat $(NIM_PARAMS) --path:src logos_chat.nims && \
|
$(ENV_SCRIPT) nim liblogoschat $(NIM_PARAMS) --path:src logos_chat.nims && \
|
||||||
echo -e "\n\x1B[92mLibrary built successfully:\x1B[39m" && \
|
echo -e "\n\x1B[92mLibrary built successfully:\x1B[39m" && \
|
||||||
|
|||||||
@ -76,7 +76,7 @@ task bot_echo, "Build the EchoBot example":
|
|||||||
|
|
||||||
task pingpong, "Build the Pingpong example":
|
task pingpong, "Build the Pingpong example":
|
||||||
let name = "pingpong"
|
let name = "pingpong"
|
||||||
buildBinary name, "./", "-d:chronicles_log_level='INFO' -d:chronicles_disabled_topics='waku node' "
|
buildBinary name, "examples/", "-d:chronicles_log_level='INFO' -d:chronicles_disabled_topics='waku node' "
|
||||||
|
|
||||||
task liblogoschat, "Build the Logos-Chat shared library (C bindings)":
|
task liblogoschat, "Build the Logos-Chat shared library (C bindings)":
|
||||||
buildLibrary "logoschat", "library/",
|
buildLibrary "logoschat", "library/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user