diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-10 14:52:23 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-10 14:52:23 +0100 |
commit | b65029f94fbbbe897187681224ec0a0833734776 (patch) | |
tree | 69e82c715f0d3ee3debb531a61430bbce050e963 /clean.sh | |
parent | 0879c6cd8a9276cc1697fc108ec0a54fe3e8b986 (diff) |
modified clean.sh
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -find build/ -depth -mindepth 1 -delete -print +find build/ -depth -mindepth 1 \( ! -name ".git_ignore" \) -print -delete rm -Rf CMakeFiles |