Browse Source

add documentation to build-project.sh

main
fdai7514 2 years ago
parent
commit
fa126a3808
  1. 1
      build-project.sh

1
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;

Loading…
Cancel
Save