1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-01-28 04:47:46 +00:00
Files
livingcomputermuseum.UniBone/compile.sh
2019-06-18 20:38:07 +02:00

18 lines
257 B
Bash

. compile-bbb.env
# Debugging: remote from Eclipse. Compile on BBB is release.
export MAKE_CONFIGURATION=RELEASE
cd 10.03_app_demo/2_src
if [ "$1" == "-a" ] ; then
make clean
fi
make
cd ~
echo "To run binary, call"
echo "10.03_app_demo/4_deploy/demo"