Skip to content

[#118] Refactor Project Layout

Dirk HOFFMANN requested to merge feature/118-Refactor_project_layout into develop

Created by: elbenfreund

This PR restructures the general repository. Instead of dumping metadata, toolchain and extension source code in the repository root we try move the actual code to a dedicated directory. Additionally this PR removes the build.sh 'script' in favour of a new Makefile that sets the foundation for a make style build process. This way it will be easy to add and chain make targets for different common development and packaging tasks.

Closes: #118 (closed)

Merge request reports

Loading