commit 9b2a72469175d92cca13d6559918ba1b0a8c0749 Author: Isis Lovecruft isis@torproject.org Date: Wed Apr 22 01:25:42 2015 +0000
Change default Makefile directive.
Conflicts: Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index c6c0442..2c09bbe 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,7 @@ TRIAL:=$(shell which trial) VERSION:=$(shell git describe)
-all: - python setup.py build +all: uninstall clean install coverage-test
test: python setup.py test
tor-commits@lists.torproject.org