#!/bin/bash

rm -f core.*
rm -rf build
python setup.py build_ext --inplace --force $@

