Commit df8571d1 authored by gejun's avatar gejun

build tools before examples

parent 432d8109
saved_pwd_before_making=$PWD
for file in `find example tools -name Makefile`; do
for file in `find tools example -name Makefile`; 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