updated to reflect the current directory names
This commit is contained in:
parent
ee7c256274
commit
993bba71cb
|
@ -25,7 +25,7 @@ tree -L 2 ./
|
||||||
├── src
|
├── src
|
||||||
│ ├── CMakeLists.txt
|
│ ├── CMakeLists.txt
|
||||||
│ └── main.c
|
│ └── main.c
|
||||||
├── tdd.sh
|
├── otto.sh
|
||||||
└── tests
|
└── tests
|
||||||
└── CMakeLists.txt
|
└── CMakeLists.txt
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ tree -L 2 ./
|
||||||
|
|
||||||
There are two scripts setup inside the project directory:
|
There are two scripts setup inside the project directory:
|
||||||
|
|
||||||
**tdd.sh**
|
**otto.sh**
|
||||||
Uesd to preform the needed commands to build, test and debug the project.
|
Uesd to preform the needed commands to build, test and debug the project.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue