more formatting

This commit is contained in:
Wes Bethel 2023-03-15 08:59:03 -07:00
parent 2dafc0e87e
commit 8549d29052

View File

@ -22,11 +22,11 @@ You should not need to modify anything inside CMakeLists.txt.
# Default build instructions:
`% cd sum_harness_instructional` # contains the source files and CMakeLists.txt file
`% mkdir build`
`% cd build`
`% cmake ../` # cmake generates lots of output
`% make` # to build the programs
`% cd sum_harness_instructional` # contains the source files and CMakeLists.txt file
`% mkdir build`
`% cd build`
`% cmake ../` # cmake generates lots of output
`% make` # to build the programs
# Additional build options -- Compiler Optimization Level