diff --git a/computer-platforms/docs/01_modules_make_batch_jobs.md b/computer-platforms/docs/01_modules_make_batch_jobs.md index 0a875e5d3..8fef40e8c 100644 --- a/computer-platforms/docs/01_modules_make_batch_jobs.md +++ b/computer-platforms/docs/01_modules_make_batch_jobs.md @@ -118,18 +118,8 @@ cc main.c -o main - could we just rebuild the parts that changed? - Having different options when building - debug versions, enabling/disabling features, etc. - - -# Compiling and linking: possible problems - - -- Programs should usually be separated into several files -
$\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. -
+ # Compiling and linking: possible problems - Programs should usually be separated into several files