1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00
syncthing-android/make-all.bash
2016-03-21 19:45:34 +01:00

10 lines
139 B
Bash
Executable file

#!/bin/bash -e
# Build the syncthing library
./make-go.bash arm
./make-syncthing.bash arm
./make-go.bash 386
./make-syncthing.bash 386