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

Makefile: simplify; clean should remove images created #42

Merged
merged 1 commit into from Nov 14, 2022
Merged

Makefile: simplify; clean should remove images created #42

merged 1 commit into from Nov 14, 2022

Commits on Nov 1, 2022

  1. Makefile: simplify; clean removes images

    The target all was previous running setup followed by build.  As
    both setup and build are phony targets they run in sequence and because
    the firmware contain the timestamp they always run (dependencies doesn't
    do anything).  all now does exactly what it says on the tin
    without introducing non-standard targets.
    
    clean now removes the images that created during build which is
    what you expect from that target.  See:
    https://www.gnu.org/software/make/manual/html_node/Standard-Targets.html#Standard-Targets
    Allan Wind committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b3753fd View commit details
    Browse the repository at this point in the history