mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 02:13:11 +00:00
Refactor Makefile and remove old task (#107)
This commit is contained in:
parent
ff28255fd1
commit
b5525289eb
4
Makefile
4
Makefile
@ -88,9 +88,9 @@ protocol2:
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
$(ENV_SCRIPT) nim protocol2 $(NIM_PARAMS) waku.nims
|
||||
|
||||
wakutest2:
|
||||
test2:
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
$(ENV_SCRIPT) nim wakutest2 $(NIM_PARAMS) waku.nims
|
||||
$(ENV_SCRIPT) nim test2 $(NIM_PARAMS) waku.nims
|
||||
|
||||
wakuexample2:
|
||||
echo -e $(BUILD_MSG) "build/$@" && \
|
||||
|
||||
@ -53,11 +53,6 @@ task wakusim, "Build Waku simulation tools":
|
||||
task protocol2, "Build the experimental Waku protocol":
|
||||
buildBinary "waku_protocol2", "waku/protocol/v2/", "-d:chronicles_log_level=TRACE"
|
||||
|
||||
task wakutest2, "Build Experimental Waku tests":
|
||||
let name = "v2/test_waku"
|
||||
buildBinary name, "tests/", "-d:chronicles_log_level=DEBUG"
|
||||
exec "build/" & name
|
||||
|
||||
task wakunode2, "Build Experimental Waku cli":
|
||||
buildBinary "wakunode2", "waku/node/v2/", "-d:chronicles_log_level=TRACE"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user