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 96bb445 commit bf8faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ implementation-defined, unspecified, or undefined behavior._

A student should be able to:

1. Use compile flags, including `-I` and `-L` search path flags.
1. Use compile flags, including `-I` and `-L` to specify search paths.
2. Make header files for their own code, including using header guards.
3. Use include directives for the headers of external libraries.
5. Be able to declare `extern` variables.
Expand Down

0 comments on commit bf8faef

Please sign in to comment.