PYTHON=c:\Python32\python
all:
pandoc -o build/migScope.pdf migScope.rst
clean:
rm -rf build/*
.PHONY: clean