diff options
| -rw-r--r-- | Makefile | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -1,2 +1,12 @@  test-integration: +	cargo build  	prove -v + +test: +	cargo test + +test-all: test test-integration + +reinstall: +	cargo uninstall alias-auto-add +	cargo install | 
