mirror of
https://github.com/shagr4th/droid48
synced 2024-12-26 21:58:12 +01:00
6 lines
41 B
Makefile
6 lines
41 B
Makefile
|
all:
|
||
|
ndk-build
|
||
|
|
||
|
clean:
|
||
|
ndk-build clean
|