summaryrefslogtreecommitdiff
path: root/Makefile
blob: 58f019c6d634476b8b88ce21ad0189b62547cf49 (plain)
1
2
3
4
5
6
7
8
9
10
11

all:
	python setup.py build

test:
	export PYTHONPATH=./lib/ && python -c "from thandy.tests import \
	run_tests;\
	    run_tests()"

install:
	python setup.py install