-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(make): improve error handling and clean target logic in Makefile #713
Conversation
1. Fix clean target to properly handle libpcap Makefile existence check 2. Use if statement instead of && operator for better control flow 3. Avoid executing unnecessary commands when libpcap is not present This change makes the build process more robust and prevents false error reports during cleanup operations.
/improve |
PR Code Suggestions ✨
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This change makes the build process more robust and prevents false error reports during cleanup operations.