blob: 19a7e814edb6e0439dbe087236f9339ebadaf713 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001all:
2 python setup.py build
3
4clean distclean realclean:
5 python setup.py clean
6 rm -rf ./build
7
8install:
9 python setup.py $@
10
11dep doc:
12