#!/bin/sh

echo "Cleaning src..."
rm -f *.o
rm -f *~
