summaryrefslogtreecommitdiffhomepage
path: root/src/launch/launch.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 13:45:47 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 13:45:47 +0100
commit3dba4367643dfe93c86ab996eb2d0ed872064b93 (patch)
tree5b6116552746c990011db562ec450b245bf60cf5 /src/launch/launch.json
parent9807f35671eb36a043586ac9efdd827b92bc094a (diff)
[CHORE] Update target name for launch.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/launch/launch.json')
-rw-r--r--src/launch/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch/launch.json b/src/launch/launch.json
index 1230b34d..77774618 100644
--- a/src/launch/launch.json
+++ b/src/launch/launch.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../", "./", "../../public/frameworks"],
"sources_path": ["src/*.cpp", "src/*.S"],
- "output_name": "ne_launch.exe",
+ "output_name": "launch.exe",
"compiler_flags": [
"-ffreestanding",
"-shared",