Skip to content

Refactor: Reorganize Project Directory#43

Merged
KorelU merged 2 commits into
mainfrom
OrganizingDirectoryStructure
Jun 15, 2025
Merged

Refactor: Reorganize Project Directory#43
KorelU merged 2 commits into
mainfrom
OrganizingDirectoryStructure

Conversation

@KorelU
Copy link
Copy Markdown
Collaborator

@KorelU KorelU commented Jun 15, 2025

Reorganize the project directories into sperate sections.

  • Headers are now in include/ and source files are now in src/.
  • Makefiles have been updated to correctly reference these new paths.
  • Upon making the module a new build/ directory will also contain the final module.

KorelU added 2 commits June 15, 2025 12:07
Reorganize the project direcotories into sperate secitons. headers are now in 'include/' and source files are now in 'src/'. Makefiles have been updated to correctly refrence these new paths. Build output has also been organized by add a 'build/' directory upon making the module which will contian the final module.

Signed-off-by: Korel <Korelucpinar@gmail.com>
Change the compare_u16 function to be static given that it is only used internally. Without doing so the build will fail as this funciton has no corresponding decleraiton in a .h file

Signed-off-by: Korel <Korelucpinar@gmail.com>
@KorelU KorelU merged commit 6bb0591 into main Jun 15, 2025
2 checks passed
@KorelU KorelU deleted the OrganizingDirectoryStructure branch June 15, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant