Add examples 30+ to the buildAllExamples script.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4798 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2014-04-25 13:14:25 +00:00
parent 6309d3d871
commit 7bf3b8a390
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#! /bin/bash
[ -z $1 ] || TARGET=$1
[ -z $TARGET ] && TARGET=all
for i in [012]* Demo; do
for i in [0123]* Demo; do
echo "Building $i";
pushd $i && make clean $TARGET;
popd;