source:
code/branches/tutorial/Tutorial/build/clean-script
@
54
Last change on this file since 54 was 54, checked in by nicolasc, 17 years ago | |
---|---|
|
|
File size: 192 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | echo "Cleaning builds |
3 | rm -Rf CMake* |
4 | rm -f cmake_install.cmake |
5 | rm -f Makefile |
6 | rm -f main" |
7 | |
8 | #cleanup |
9 | rm -Rf CMake* |
10 | rm -f cmake_install.cmake |
11 | rm -f Makefile |
12 | rm -f main |
13 | |
14 | echo "done." |
Note: See TracBrowser
for help on using the repository browser.