root/trunk/digitalme/clean

Revision 2552, 227 bytes (checked in by ahodgkinson, 13 months ago)

digitalme: Added 'clean' script.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3rm -f Makefile 1>&2> /dev/null
4rm -f CMakeCache.txt 1>&2> /dev/null
5rm -f cmake_install.cmake 1>&2> /dev/null
6rm -rf CMakeFiles 1>&2> /dev/null
7rm -rf build 1>&2> /dev/null
8rm -rf xcode/selector/build 1>&2> /dev/null
Note: See TracBrowser for help on using the browser.