You've already forked gitified_old_clb_svn
9 lines
89 B
Bash
Executable File
9 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make TARGET=ARM clean
|
|
rm *~
|
|
rm */*~
|
|
rm */*/*~
|
|
|
|
echo 'cleaned to be committed'
|