[tor-commits] [bridgedb/master] Add a .DEFAULT to the Makefile.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:30 UTC 2014


commit 9b11bccef291d252dba7faa0d29e4f47de54c0b8
Author: Isis Lovecruft <isis at 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





More information about the tor-commits mailing list