Skip to content

Add fsync binary to clean target in 05/Makefile in main branch#371

Open
manvendrarajpurohit wants to merge 1 commit intocodenet:mainfrom
manvendrarajpurohit:main
Open

Add fsync binary to clean target in 05/Makefile in main branch#371
manvendrarajpurohit wants to merge 1 commit intocodenet:mainfrom
manvendrarajpurohit:main

Conversation

@manvendrarajpurohit
Copy link
Copy Markdown

The all target builds two binaries — io and fsync — but the clean target only removes io. After running make and then make clean, the fsync executable is left behind in the working tree.

Added fsync to the rm -f line so clean removes both binaries.

Copilot AI review requested due to automatic review settings April 25, 2026 18:01
Copy link
Copy Markdown

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

Fixes make clean in 05/Makefile so it removes all binaries produced by make all (both io and fsync), preventing stale executables from being left in the working tree.

Changes:

  • Update the clean target to remove the fsync binary in addition to io.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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