Skip to content

Commit

Permalink
Update 01_modules_make_batch_jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 14, 2024
1 parent 9467eff commit 2cbe311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions computer-platforms/docs/01_modules_make_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,6 @@ cc main.c -o main
- Having different options when building
- debug versions, enabling/disabling features, etc.


# Compiling and linking: possible problems

- Programs should usually be separated into several files
<br>$\Rightarrow$ complicated dependency structures
- Building large programs takes time
- could we just rebuild the parts that changed?
- Having different options when building
- debug versions, enabling/disabling features, etc.

# Make

Expand Down

0 comments on commit 2cbe311

Please sign in to comment.