Skip to content

🥚 feat(emoji): Update eggcycle Makefile target with new emoji path#1944

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 15, 2025
Merged

🥚 feat(emoji): Update eggcycle Makefile target with new emoji path#1944
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 15, 2025 03:04
@mkmccarty mkmccarty merged commit 1129da1 into main Dec 15, 2025
14 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 15, 2025 03:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the eggcycle Makefile target to use the proper emoji directory path for input files and adds a new egg variant to the animation sequence.

Key changes:

  • Updated all input image paths to use the emoji/ prefix for consistency with the project structure
  • Added emoji/egg_pegg.png to the animation sequence
  • Simplified the ImageMagick command from magick convert to magick

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Makefile Updated the eggcycle target to prefix all egg PNG files with emoji/ directory path and added egg_pegg.png to the animation sequence
emoji/collegg.gif Added the output GIF file containing the animated egg cycle

Comment thread Makefile
emoji/egg_silicon.png \
emoji/egg_waterballoon.png \
emoji/egg_wood.png \
collegg.gif No newline at end of file
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

The output path for the generated GIF file should be prefixed with emoji/ to be consistent with the input paths. Currently, the command will create collegg.gif in the root directory instead of the emoji/ directory where the source images are located.

Suggested change
collegg.gif
emoji/collegg.gif

Copilot uses AI. Check for mistakes.
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