From fa126a3808e4bee043a374956a7d909cdf670eff Mon Sep 17 00:00:00 2001 From: fdai7514 Date: Fri, 10 Feb 2023 23:31:35 +0100 Subject: [PATCH] add documentation to build-project.sh --- build-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-project.sh b/build-project.sh index 837fe14..aa5cc7c 100755 --- a/build-project.sh +++ b/build-project.sh @@ -1,3 +1,4 @@ +#this build script was created to compile all the files and run the tests accordingly and also run the files that cant be compiled by ceedling trap 'echo "Interrupted"; rm main; cp employeeLogin.c.bak employeeLogin.c;