[tor-commits] [bridgedb/master] Change default Makefile directive.
isis at torproject.org
isis at torproject.org
Fri May 1 07:10:59 UTC 2015
commit 9b2a72469175d92cca13d6559918ba1b0a8c0749
Author: Isis Lovecruft <isis at 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
More information about the tor-commits
mailing list