Add SDL2_mixer support.
[runemen.git] / android / Makefile
blobebbc5e9744bc6d0f1fd18a3b81bbb7f7ce7d146c
1 -include Makefile.local
3 all: android wwwd
5 local.properties:
6 ./prep.sh
8 clean:
9 ${NDK_BUILD} clean
10 ant clean
12 rebuild: clean android
14 android: local.properties
15 ${NDK_BUILD}
16 ant debug
18 install:
19 ant debug install
21 start:
22 @./start.sh
24 wwwd:
25 cp bin/RuneMen-debug.apk ${WWW_PATH}/.