#!/bin/sh
find ./src -name "*.o" -exec rm -f {} \;
#find ./src -name "*.mod" -exec rm -f {} \;
