summaryrefslogtreecommitdiffhomepage
path: root/tooling/mk_app.py
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 09:53:11 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 09:53:11 +0200
commit9fcff991059ff5cdbdf71848039e7b56ccd5bc49 (patch)
tree6b5ae7561d7a8efb88948803e214e7514bde9dd9 /tooling/mk_app.py
parent38a534c90e682bd4ce3d176127520f0ff513fb11 (diff)
feat(kernel): add ddk.sys to the build flow, finished the mk_fwrk CLI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tooling/mk_app.py')
-rwxr-xr-xtooling/mk_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/mk_app.py b/tooling/mk_app.py
index ef2b64c9..9418cf05 100755
--- a/tooling/mk_app.py
+++ b/tooling/mk_app.py
@@ -77,4 +77,4 @@ if __name__ == "__main__":
base_path = os.getcwd() # Use the current working directory as the base path
create_directory_structure(base_path, sys.argv[1])
- print("NeKernel Application created successfully.")
+ print("Info: Application created successfully.")