diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-26 20:35:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-26 20:35:45 +0100 |
| commit | 035a530b895bc5341874d4609e168a4eaba6e9c7 (patch) | |
| tree | cde6e02baa1e4ee2d93fd76ce635c8580c35b569 | |
| parent | 733edfd7f7ea2dee27a177127730d04821e313db (diff) | |
meta: fix and update readmes.
| -rw-r--r-- | README.md (renamed from ReadMe.md) | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/ReadMe.md | 7 | ||||
| -rw-r--r-- | dev/LibCompiler/src/Detail/ReadMe.md | 3 |
3 files changed, 1 insertions, 11 deletions
@@ -4,7 +4,7 @@ Use the doxygen command to build documentation. ## Notice for Contributors: -- Always use `run_format.sh` before commiting and pushing your code! +- Always use `format.sh` before commiting and pushing your code! ## Requirements: diff --git a/dev/LibCompiler/ReadMe.md b/dev/LibCompiler/ReadMe.md deleted file mode 100644 index 4da3060..0000000 --- a/dev/LibCompiler/ReadMe.md +++ /dev/null @@ -1,7 +0,0 @@ -# LibCompiler - -## Compiler, Assembler and Linker Library. - -This contains a set of tools necessary to compile a NE program. - -###### Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. diff --git a/dev/LibCompiler/src/Detail/ReadMe.md b/dev/LibCompiler/src/Detail/ReadMe.md deleted file mode 100644 index e9d0a2c..0000000 --- a/dev/LibCompiler/src/Detail/ReadMe.md +++ /dev/null @@ -1,3 +0,0 @@ -# Compiler utilities. - -A list of headers used to make compiler/assemblers. |
