Last change
on this file since 463 was
388,
checked in by nicolape, 17 years ago
|
Added cmake find files for my libs, added some test bg sounds (from x3, to be replaced later)
|
-
Property svn:executable set to
*
|
File size:
300 bytes
|
Rev | Line | |
---|
[377] | 1 | #!/bin/bash |
---|
| 2 | # Clears the cmake cache |
---|
| 3 | # Author: Nicolas Perrenoud <nicolape@ee.ethz.ch> |
---|
| 4 | |
---|
| 5 | find . -iname "cmakecache*" -exec rm -f {} \; |
---|
| 6 | find . -iname "cmake_ins*" -exec rm -f {} \; |
---|
| 7 | find . -iname "cmakefiles*" -exec rm -fr {} \; |
---|
[388] | 8 | find . -iname "Makefile*" -exec rm -fr {} \; |
---|
[377] | 9 | |
---|
| 10 | echo "Cmake Cache cleared!" |
---|
Note: See
TracBrowser
for help on using the repository browser.