diff options
| author | Teddy Wing | 2016-04-27 16:48:45 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-27 16:48:45 -0400 |
| commit | 665df66a7cd103b97dcd6667b02a051a797719a3 (patch) | |
| tree | 5068dff10300df3c7cb60b2e53fcf1a4213bbd40 /Makefile | |
| parent | 55ddc252ff0fbbf4149afa6497b5fb407905ef52 (diff) | |
| parent | f45f00cbbe32d473deb4e23e8944a5a61e5f8e45 (diff) | |
| download | mutt-alias-auto-add-665df66a7cd103b97dcd6667b02a051a797719a3.tar.bz2 | |
Merge branch 'use-writer-for-STDOUT-instead-of-println'
Diffstat (limited to 'Makefile')
| -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 |
