mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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
|
fi
|
||||||
|
|
||||||
cd $NDK_ROOT
|
cd $NDK_ROOT
|
||||||
make APP=$APP
|
make APP=$APP $*
|
||||||
|
|
||||||
cd $OLDDIR
|
cd $OLDDIR
|
||||||
echo "$0 done"
|
echo "$0 done"
|
||||||
|
|
Loading…
Reference in a new issue