Commit 24779b40 authored by gejun's avatar gejun

Revert tools/clean_all_examples to clean Makefiles

parent c8160cf7
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
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