~mvo/daisy/problem-type-column-family

1
2
3
4
5
6
7
8
check:
	./test/pyflakes
	./test/run

version:
	bzr version-info --python > daisy/version_info.py

all: check version