aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 53921a9700e55f8beb7bd9281bf605354f103f44 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                   


                                                                                                                                                                                                                                                                      




                                                           
all:
	cargo build
	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
	docker build -t lxpz/basalt_netapp_example:$(TAG) .
	docker push lxpz/basalt_netapp_example:$(TAG)