summaryrefslogtreecommitdiff
path: root/Makefile
blob: aa5d6c051fc2f61444371f720fcaeb1ebb10ec4b (plain)
1
2
3
4
5
6
7
8
9

all:
	python setup.py build

test:
	export PYTHONPATH=./lib && python -m thandy.tests

install:
	python setup.py install