Files
2014-04-10 12:20:24 +00:00

9 lines
89 B
Bash
Executable File

#!/bin/sh
make TARGET=ARM clean
rm *~
rm */*~
rm */*/*~
echo 'cleaned to be committed'