#!/bin/sh

rm -r *.~*
rm -r *.o
rm -r moc_*.cpp

rm -r ../MolMeccano/TestsRubbish/*
rm -r ../obj/*
rm -r ../moc/*

rm -r Makefile

