diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 19:44:58 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 19:44:58 +0100 |
commit | 8d42eab2045c11cb79657a187c779cb5708b2bde (patch) | |
tree | 1d49dedd5045943d8760ff3ecedc7dcb7dfd4b63 | |
parent | fb088bcc96501e3228d3faebdef1d10f119482e2 (diff) | |
download | saw-8d42eab2045c11cb79657a187c779cb5708b2bde.zip |
Cleanup
-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" |