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;