[or-cvs] [bridgedb/master] Add a stub makefile so I stop accidentally typing make test

Nick Mathewson nickm at seul.org
Mon Oct 12 22:40:36 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 12 Oct 2009 14:29:40 -0400
Subject: Add a stub makefile so I stop accidentally typing make test
Commit: 468644116953b4fd172a2294c59533a222d2ad6c

---
 Makefile |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..bee8d75
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+all:
+	python setup.py build
+
+test:
+	python setup.py test
+
+install:
+	@echo 'To install, run python setup.py --prefix=$$HOME'
-- 
1.5.6.5




More information about the tor-commits mailing list