From ce277674b98c0e75f5eecd95fe6ff052607a0c22 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 14 Oct 2008 18:42:57 +0000 Subject: Add some in-code documentation, fix some dead code, add a license, add a working distutils script. git-svn-id: file:///home/or/svnrepo/updater/trunk@17092 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c67b8b9..aa5d6c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ -export PYTHONPATH=./lib +all: + python setup.py build test: - #python -m sexp.tests - python -m thandy.tests + export PYTHONPATH=./lib && python -m thandy.tests + +install: + python setup.py install \ No newline at end of file -- cgit v1.2.3