Skip to content

Commit

Permalink
Revert tools/clean_all_examples to clean Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gejun committed Sep 10, 2018
1 parent c8160cf commit 24779b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/clean_all_examples
@@ -1,8 +1,8 @@
saved_pwd_before_making=$PWD
for file in `find tools example -name CMakeFiles -type d -prune -o -name CMakeLists.txt -print`; do
for file in `find example tools -name Makefile`; do
cd $(dirname $file)
echo
echo "[$file]"
rm -rf build
make -s clean
cd $saved_pwd_before_making
done

0 comments on commit 24779b4

Please sign in to comment.