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

Update Makefile.example to make more like winners #1009

Merged
merged 1 commit into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. Update Makefile.example to make more like winners

    To help the judges in integrating winning entries to the winner repo,
    the Makefile.example file now shows how to include alt code.
    
    It also points out that for variables one should put a space after the
    '=' unless it is empty.
    
    Disable -g3. I have a lot of experience with -g and it never works well
    if optimisation is enabled (and it's -O3). Also, in macOS it makes the
    annoying .dSYM directory.
    
    It points out that for the try rule if the program does not need any arg
    you do not have to specify any.
    
    Updated .gitignore to have '.*.sw[a-zA-Z0-9]', which was discovered as
    missing when I had Makefile.example open when committing.
    xexyl committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8ba5ba6 View commit details
    Browse the repository at this point in the history