summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aa5d6c0..c2268cb 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all:
python setup.py build
test:
- export PYTHONPATH=./lib && python -m thandy.tests
+ export PYTHONPATH=./lib/ && python -m thandy/tests
install:
- python setup.py install \ No newline at end of file
+ python setup.py install