Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Azq2 authored Feb 5, 2024
1 parent 1f0acc4 commit 97c87c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -119,7 +119,6 @@ We have two variants of the Makefile buildsystem:
**Advanced options:**
| Option | Description | Default |
| --- | --- | --- |
| V | Debug level, 0-99 | 0 |
| BUILD_TYPE | Type of project: exe (.elf), lib (.so), archive (.a) | exe |
| LIB_VERSION | Version of shared lib (only for BUILD_TYPE=lib) |
| LIB_SYMLINK_NAME | Custom name of the library symlink (only if `LIB_VERSION` was set) | `$(PROJECT).so` |
@@ -148,6 +147,7 @@ We have two variants of the Makefile buildsystem:
| SOURCE_ENCODING | Encoding of your sources. Used as argument for `-finput-charset`. | utf-8 |
| OUTPUT_ENCODING | Target encoding of your sources. Used as argument for `-fexec-charset`. | cp1251 |
| NO_DEFAULT_RULES | Don't define `all` and `clean` recipes. Useful when you want to define your own `all` and `clean` recipes in the Makefile. You can use `target_clean` / `target_compile` instead. | 0 |
| V | Makefile debug level, 0-99 | 0 |

**Output variables:**
| Variable | Description | Example |

0 comments on commit 97c87c7

Please sign in to comment.