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/ cd src/
gcc main.c mainMenu.c -o main gcc main.c mainMenu.c -o main
./main ./main
rm main
rm main

3
src/CreateCustomer.c

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

Loading…
Cancel
Save