Skip to content

Commit

Permalink
Added utilty script for cleaning up build files/directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Mar 14, 2008
1 parent d531ac4 commit 861ae5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeModules/clean_directories
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
find . -name Makefile | xargs rm -rf
find . -name cmake_install.cmake | xargs rm -rf
find . -name CMakeFiles | xargs rm -rf
rm -rf CMakeCache.txt cmake_uninstall.cmake install_manifest.txt
rm -rf lib bin

0 comments on commit 861ae5d

Please sign in to comment.