mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07: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
|