From 8d42eab2045c11cb79657a187c779cb5708b2bde Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 12 Jan 2024 19:44:58 +0100 Subject: Cleanup --- build_and_test.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build_and_test.sh') 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" -- cgit v1.2.3