summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
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