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

make clean will remove more than just artifacts #5

Open
MarcKarasek opened this issue Dec 14, 2021 · 1 comment
Open

make clean will remove more than just artifacts #5

MarcKarasek opened this issue Dec 14, 2021 · 1 comment

Comments

@MarcKarasek
Copy link

I used your code as a template for non-blocking socket for verilog.

Not looking at the make clean, I created a server.c file to replace the .py one.
Also created a local git repo and checked all my code in so I could manage changes.

When I did a make clean, it removed the server.c file, cleaned out he .git dir.

@MarcKarasek
Copy link
Author

You should not use find. in a clean target as you can never guarantee that it will not find other things..

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

No branches or pull requests

1 participant