Spec: Clarify repository root

This commit is contained in:
Alex Hirsch 2019-05-28 12:53:31 +02:00
parent 59f068b72b
commit 2d2fc889ca

View File

@ -544,7 +544,7 @@ This is the main compiler executable, sometimes referred to as *driver*.
The following directory layout is used. The following directory layout is used.
mcc/ mcc/ # This node represents the root of your repository.
├── app/ # Each C file in this directory corresponds to one executable. ├── app/ # Each C file in this directory corresponds to one executable.
│ ├── mc_ast_to_dot.c │ ├── mc_ast_to_dot.c
│ ├── mcc.c │ ├── mcc.c