diff options
-rw-r--r-- | build_and_test.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build_and_test.sh b/build_and_test.sh index c490be9..9083738 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -1,7 +1,3 @@ -# -# General build instructions -# - FOLDER=out_gcc OS=Linux COMPILE=gcc @@ -138,10 +134,6 @@ echo "Compiler options: ${FLAGS}" echo "Link options: ${LINK_FLAGS}" echo "" -# -# Project-specific instructions -# - if [ ! -f "$FOLDER/_dep${OBJ_POSTFIX}" ] || \ [ "source/saw/_dep.c" -nt "$FOLDER/_dep${OBJ_POSTFIX}" ]; then echo "Rebuild dependencies" |