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
If I change things in the header files, but not the source files, make wouldn't recompile the relevant object files. I have no idea how to fix this.
make
The text was updated successfully, but these errors were encountered:
Updated Makefile, fixed issue #44
765f4e0
- When header files get changed, the relevant object will get recompiled.
Ah don't worry about it, I fixed it. :-)
Sorry, something went wrong.
jcharaoui
No branches or pull requests
If I change things in the header files, but not the source files,
make
wouldn't recompile the relevant object files. I have no idea how to fix this.The text was updated successfully, but these errors were encountered: