deploy: 0d2a8b6ddf9477598a408b2bb164a57456aee3e3

This commit is contained in:
jakubgs 2022-03-10 09:40:45 +00:00
parent e21296bd0b
commit e48921c3d6
3 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ LINK_PCRE := 0
wakunode2 \ wakunode2 \
example1 \ example1 \
example2 \ example2 \
bridge \ wakubridge \
test \ test \
clean \ clean \
libwaku.so \ libwaku.so \
@ -56,7 +56,7 @@ else # "variables.mk" was included. Business as usual until the end of this file
all: | v1 v2 all: | v1 v2
v1: | wakunode1 sim1 example1 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 # must be included after the default target
-include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk -include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk
@ -185,7 +185,7 @@ chat2: | build deps
echo -e $(BUILD_MSG) "build/$@" && \ echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim chat2 $(NIM_PARAMS) waku.nims $(ENV_SCRIPT) nim chat2 $(NIM_PARAMS) waku.nims
bridge: | build deps wakubridge: | build deps
echo -e $(BUILD_MSG) "build/$@" && \ echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim bridge $(NIM_PARAMS) waku.nims $(ENV_SCRIPT) nim bridge $(NIM_PARAMS) waku.nims

View File

@ -15,7 +15,7 @@ Start by compiling the `wakubridge` binary.
```bash ```bash
# The first `make` invocation will update all Git submodules. # 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. # 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 # See available command line options
./build/wakubridge --help ./build/wakubridge --help

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services. # libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused # 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. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,