
12 Jan
2014
12 Jan
'14
6:06 a.m.
commit 9b11bccef291d252dba7faa0d29e4f47de54c0b8 Author: Isis Lovecruft <isis@torproject.org> Date: Fri Oct 11 01:00:58 2013 +0000 Add a .DEFAULT to the Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6812422..19225c5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: install test +.DEFAULT: install test all: python setup.py build