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

Fix building .o files in Makefile #229

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Conversation

dartvader316
Copy link
Contributor

I suppose the issue in #213, #216, and #228 is that current Makefile don't recompile object files after any header files changes.
This PR should fix that: all objects files always recompile on any header files changes from $(HEADERS).

Tested with both GNU make and BSD make.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@dartvader316 dartvader316 changed the title Fix bulding .o files in Makefile Fix building .o files in Makefile Nov 11, 2024
@hufrea hufrea merged commit 9d9c370 into hufrea:main Nov 11, 2024
@lemenkov
Copy link

lemenkov commented Dec 4, 2024

LGTM. I believe we can close issues mentioned.

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.

3 participants