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

Conversation

xexyl
Copy link
Contributor

@xexyl xexyl commented Oct 26, 2024

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.

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
Copy link
Contributor Author

xexyl commented Oct 26, 2024

This is all I'll do IOCCC wise today I think. Enjoy your day!

Copy link
Contributor

@lcn2 lcn2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fore 🏌🏻‼️

@lcn2 lcn2 merged commit f29277f into ioccc-src:master Oct 26, 2024
1 check passed
@xexyl
Copy link
Contributor Author

xexyl commented Oct 28, 2024

fore 🏌🏻‼️

🧍‍♂️
🍴

Okay that's mean but it's so close. I was going to have a golf club in front of a person but no emoji for the club itself. So fork aiming up towards a person it is!

@xexyl
Copy link
Contributor Author

xexyl commented Oct 28, 2024

🧍‍♂️
⚔️

.. is even better! Meaner but better.

@xexyl
Copy link
Contributor Author

xexyl commented Oct 28, 2024

I just remembered this.

casey-jones-tmnt-fore

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.

2 participants