optional build_scripts

This commit is contained in:
livello
2018-10-18 00:44:16 +03:00
parent 655ef79b5d
commit ab1ab64f77
10 changed files with 68 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
#! /bin/bash
CUSTOM_BUILD_FLAGS_FILE=custom-build-flags/build_flags_mega2560-net.sh
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
source $CUSTOM_BUILD_FLAGS_FILE
fi
echo $FLAGS