aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c7b665ef00fb2134f28b2c91649774c444681d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test-integration:
	cargo build
	prove -v

test:
	cargo test

test-all: test test-integration

reinstall:
	cargo uninstall alias-auto-add
	cargo install