Skip to content

Commit

Permalink
build tools before examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gejun committed Nov 3, 2017
1 parent 432d810 commit df8571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_all_examples
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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]"
Expand Down

0 comments on commit df8571d

Please sign in to comment.