commit 443f8c00a06ede144d2f3ad7480823abe8229390 Author: Isis Lovecruft isis@torproject.org Date: Mon Aug 19 17:32:13 2013 +0000
Add .PHONY directive to the Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile index e9abae4..6f563c1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@
+.PHONY: install test + all: python setup.py build