#!/bin/sh
cd src

echo "restoring Makevars.in file..."
mv _Makevars.in_ Makevars.in; 
rm Makevars

echo "removing compiled code..."
rm *.o
