Skip to content

Commit

Permalink
Update sources/modules/compilation-model/separate-compilation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
  • Loading branch information
VictorEijkhout and vulder authored Oct 4, 2024
1 parent 25620d9 commit 49f1a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ _Max 5 items._

A student should be able to:

1. Split a single file program into main, one or more auxiliaries, and header files (or modules), all in one directory
2. Compile and link a program that is spread over multiple files (again, all in one directory), either on the commandline or with a build system.
3. Describe the functions of the various files involved: source, object, executable.
1. split a single file program into main, one or more auxiliaries, and header files (or modules), all in one directory
2. compile and link a program that is spread over multiple files (again, all in one directory), either on the commandline or with a build system.
3. describe the functions of the various files involved: source, object, executable.


#### Points to cover
Expand Down

0 comments on commit 49f1a56

Please sign in to comment.