summaryrefslogtreecommitdiff
path: root/Makefile
blob: c2268cb7895d3acdfadf499bd597701c49c36941 (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