blob: 19a7e814edb6e0439dbe087236f9339ebadaf713 [file] [log] [blame]
all:
python setup.py build
clean distclean realclean:
python setup.py clean
rm -rf ./build
install:
python setup.py $@
dep doc: