Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

created clean-script; commented out cg-plugin as this is not available on every machine

  • Property svn:executable set to *
File size: 192 bytes
Line 
1#!/bin/bash
2echo "Cleaning builds
3rm -Rf CMake*
4rm -f cmake_install.cmake
5rm -f Makefile
6rm -f main"
7
8#cleanup
9rm -Rf CMake*
10rm -f cmake_install.cmake
11rm -f Makefile
12rm -f main
13
14echo "done."
Note: See TracBrowser for help on using the repository browser.