aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-11 15:53:59 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-11 15:53:59 +0100
commit609f0387ca7e04cf1406f10029115f7c09e3a3d9 (patch)
tree9c2194a7e39f0606477bb40226119825b876a867 /Makefile
parentfd8c487b9b9cb6911191e72f4fda8af09d4d0250 (diff)
downloadnetapp-609f0387ca7e04cf1406f10029115f7c09e3a3d9.tar.gz
netapp-609f0387ca7e04cf1406f10029115f7c09e3a3d9.zip
Add ability to specify our public addr for people to contact us back
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ec01f0..53921a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
all:
cargo build
- RUST_LOG=netapp=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7
+ cargo build --example fullmesh
+ cargo build --example basalt
+ #RUST_LOG=netapp=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7
docker_basalt:
cargo build --release --example basalt