Browse Source

remove unnecessary directories, implement build script, move project.yml to a new place

remotes/origin/beta
fdai7057 2 years ago
committed by fdai7207
parent
commit
393ceb010a
  1. 2
      build-project.sh
  2. 3
      src/CreateCustomer.c

2
build-project.sh

@ -3,4 +3,4 @@ ceedling test:all
cd src/
gcc main.c mainMenu.c -o main
./main
rm main
rm main

3
src/CreateCustomer.c

@ -5,7 +5,8 @@
int main()
{
collectCustomerProperties();
}*/
}
*/
int generateID()
{

Loading…
Cancel
Save