Commit e89dbb80 authored by gejun's avatar gejun

Sync clean_all_examples with make_all_examples

parent 3dbeef92
saved_pwd_before_making=$PWD
for file in `find tools example -name CMakeLists.txt`; do
for file in `find tools example -name CMakeFiles -type d -prune -o -name CMakeLists.txt -print`; do
cd $(dirname $file)
echo
echo "[$file]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment