blob: 13ac4151a4e6065d50d5e01323700dcbcf3d5e0a [file] [log] [blame]
all:
python setup.py build
clean:
python setup.py clean
rm -rf ./build
install:
python setup.py $@
dep doc: