mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
pass params, e.g. clean, to make
This commit is contained in:
parent
ee2fe9d193
commit
8def96dd59
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if [ ! -h $NDK_ROOT/apps/$APP ]; then
|
|||
fi
|
||||
|
||||
cd $NDK_ROOT
|
||||
make APP=$APP
|
||||
make APP=$APP $*
|
||||
|
||||
cd $OLDDIR
|
||||
echo "$0 done"
|
||||
|
|
Loading…
Reference in a new issue