diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 09:53:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 09:53:11 +0200 |
| commit | 9fcff991059ff5cdbdf71848039e7b56ccd5bc49 (patch) | |
| tree | 6b5ae7561d7a8efb88948803e214e7514bde9dd9 /tooling/mk_app.py | |
| parent | 38a534c90e682bd4ce3d176127520f0ff513fb11 (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-x | tooling/mk_app.py | 2 |
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.") |
