diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-13 12:33:14 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-13 12:33:14 +0200 |
commit | 8dede69dee20b812ad1dcab5b374c60232409f4f (patch) | |
tree | 0b9ae54f27b4fb7bd6cfd09e1d78a70facf01a33 /Makefile | |
parent | d9bd1182f7b980df8e631ae8eeca444f5d997909 (diff) | |
download | netapp-8dede69dee20b812ad1dcab5b374c60232409f4f.tar.gz netapp-8dede69dee20b812ad1dcab5b374c60232409f4f.zip |
Fix netapp protocol & adapt basalt to new api
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ all: - cargo build + cargo build --all-features cargo build --example fullmesh - RUST_LOG=netapp=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7 + cargo build --all-features --example basalt + RUST_LOG=netapp=debug,fullmesh=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7 + #RUST_LOG=netapp=debug,fullmesh=debug cargo run --example fullmesh |