#!/bin/bash
rm *.c
rm -fr build
python setup.py install
