mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-01 19:06:43 +00:00
18 lines
314 B
Makefile
18 lines
314 B
Makefile
|
|
||
|
EXTRA_DIST = \
|
||
|
android-build.sh \
|
||
|
android-arm.sh \
|
||
|
android-armv7-a.sh \
|
||
|
android-armv8-a.sh \
|
||
|
android-mips32.sh \
|
||
|
android-mips64.sh \
|
||
|
android-x86.sh \
|
||
|
android-x86_64.sh \
|
||
|
emscripten.sh \
|
||
|
ios.sh \
|
||
|
msys2-win32.sh \
|
||
|
msys2-win64.sh \
|
||
|
nativeclient-pnacl.sh \
|
||
|
nativeclient-x86.sh \
|
||
|
nativeclient-x86_64.sh
|