summaryrefslogtreecommitdiff
path: root/makefile
blob: acacd8e36bb3ec8c51890e926eaf47865ca41ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
	cargo install --path btc-wire --bin btc-wire
	cargo install --path eth-wire --bin eth-wire
	cargo install --path wire-gateway

segwit_demo: 
	cargo run --release --bin segwit-demo

test:
	cargo run --bin instrumentation -- offline

msrv:
	cargo msrv --min 1.63.0 --max 1.63.0 --linear