6 lines
41 B
Makefile
6 lines
41 B
Makefile
|
all:
|
||
|
ndk-build
|
||
|
|
||
|
clean:
|
||
|
ndk-build clean
|