From 317d5fb33947ebf0a415bbedb57f5a30db2cb08b Mon Sep 17 00:00:00 2001 From: Ivan Tatarinov Date: Sun, 25 Apr 2021 11:42:02 +0300 Subject: [PATCH] sdk: updated `README.md` (added `include` sub-dir) --- sdk/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index 6eb6d41..0d41baa 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -14,8 +14,13 @@ z88dk is distributed under [Clarified Artistic](https://spdx.org/licenses/ClArti # 1. General information -The source code of local tools is in `src` directory. Compiled binaries of them are placed in `bin` directory. -Downloaded tools are placed in sub-directories of `src`. See Makefiles for details. +The structure of `sdk` folder: + +Directory | Description +----|---- +`bin` | Compiled binaries of tools. +`include` | Header files (`.def`, `.h` etc.) to be included in other sources (assembler, C, etc.). +`src` | The source code of local and downloadable tools. See Makefiles for details. ## 1.1. Copyright and licensing information for files