39c6c57bf3
Add github CI and builder scripts (dockcross) Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source $(dirname "$0")/functions/makefile_fn.sh
|
|
|
|
makefile_build $@
|