#!/bin/sh

rm -f ../ctocpp.tar.gz
rm -f *.pyc
rm -f *.info
tar zcpPsvf ../ctocpp.tar.gz ../ctocpp



