Skip to content

Commit ee55d0e

Browse files
authored
Update buildsystems.md
1 parent 430c317 commit ee55d0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sources/modules/compilation-model/buildsystems.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Foundational --- Knowledge about build systems
1515

1616
Main --- Usage of build system to compile a executable
1717

18-
Advanced --- Usage of build system to compile a library or
19-
add external libraries as a dependencies
18+
Advanced --- Add external libraries as a dependencies
2019

2120
------------------------------------------------------------------------
2221

@@ -88,7 +87,7 @@ A student should be able to:
8887
2. Write a configuration file to compile a C++ executable
8988
3. Pass compiler options via the build system
9089
4. Use the build system to generate the executable
91-
5. Write a configuration file to compile a library and link the library to a C++ executable
90+
5. Write a configuration file to compile a library and link the library to a C++ executable
9291

9392
#### Caveats
9493

0 commit comments

Comments
 (0)