We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After make && make distclean the following files are left in place:
make && make distclean
common/Makeconf optimised/starta/Makeconf starta/Makeconf starta/c/Makeconf
I tend to think that make distclean should return the contents of the source to its initial untouched state.
make distclean
The text was updated successfully, but these errors were encountered:
Also from time to time the following files appear and are not cleaned by make distclean:
optimised/starta/outputs/data.txt optimised/starta/outputs/file.dat optimised/starta/outputs/text.dat starta/outputs/data.txt starta/outputs/file.dat starta/outputs/text.dat
Sorry, something went wrong.
No branches or pull requests
After
make && make distclean
the following files are left in place:I tend to think that
make distclean
should return the contents of the source to its initial untouched state.The text was updated successfully, but these errors were encountered: