blob: 19a7e814edb6e0439dbe087236f9339ebadaf713 [file] [log] [blame]
Alexandre Lision67916dd2014-01-24 13:33:04 -05001all:
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