From 2d2fc889caf9907a2422e9ab989cc1aed5f3e474 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 28 May 2019 12:53:31 +0200 Subject: [PATCH] Spec: Clarify repository root --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 269e1a7..236bc2a 100644 --- a/specification.md +++ b/specification.md @@ -544,7 +544,7 @@ This is the main compiler executable, sometimes referred to as *driver*. 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. │ ├── mc_ast_to_dot.c │ ├── mcc.c