diff --git a/Makefile b/Makefile index 9aec6db9c..558bd21a8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ LINK_PCRE := 0 wakunode2 \ example1 \ example2 \ - bridge \ + wakubridge \ test \ clean \ libwaku.so \ @@ -56,7 +56,7 @@ else # "variables.mk" was included. Business as usual until the end of this file all: | v1 v2 v1: | wakunode1 sim1 example1 -v2: | wakunode2 sim2 example2 chat2 bridge chat2bridge +v2: | wakunode2 sim2 example2 chat2 wakubridge chat2bridge # must be included after the default target -include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk @@ -185,7 +185,7 @@ chat2: | build deps echo -e $(BUILD_MSG) "build/$@" && \ $(ENV_SCRIPT) nim chat2 $(NIM_PARAMS) waku.nims -bridge: | build deps +wakubridge: | build deps echo -e $(BUILD_MSG) "build/$@" && \ $(ENV_SCRIPT) nim bridge $(NIM_PARAMS) waku.nims diff --git a/docs/tutorial/bridge.md b/docs/tutorial/bridge.md index 44f28c6ff..89304ec33 100644 --- a/docs/tutorial/bridge.md +++ b/docs/tutorial/bridge.md @@ -15,7 +15,7 @@ Start by compiling the `wakubridge` binary. ```bash # The first `make` invocation will update all Git submodules. # You'll run `make update` after each `git pull`, in the future, to keep those submodules up to date. -make bridge +make wakubridge # See available command line options ./build/wakubridge --help diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index 4b945abdb..a0809df3c 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libbacktrace) version-unused -# Libtool was configured on host fv-az449-688: +# Libtool was configured on host fv-az193-494: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,