Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve build system. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 15, 2024

  1. fix: makefile: Autodetect installed commands didn't work

    The makefile command `$(command …)` did not work as expected and
    returned always nothing. Only by appending `shell` the command gets
    actually executed and is able to return a path if the command is
    available.
    
    Signed-off-by: Sophie 'Tyalie' Friedrich <[email protected]>
    tyalie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1212b75 View commit details
    Browse the repository at this point in the history
  2. feat: Setup better build system with Make

    This allows us to have multiple files and a build directory, which makes
    cleaning significantly easier in the long run.
    
    Also introduced debug build which generates a .elf file
    
    Signed-off-by: Sophie 'Tyalie' Friedrich <[email protected]>
    tyalie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bd87c18 View commit details
    Browse the repository at this point in the history