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

Buildsystem fixes #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ismaell
Copy link

@ismaell ismaell commented Apr 8, 2020

Make it behave as expected and remove GNUisms

ismaell added 4 commits April 6, 2020 11:55
Add main.o to LDLIBS, to get it linked to everything.

Remove substitutions over SRCS, because if the substitution fails it
could be "dangerous" with the cleaning targets.

Remove usage of $@ in dependencies, it doesn't work in GNU make.

Sadly making the objects compile individually requires non-portable
constructs; the only alternative is to compile from the .c files
directly, which is what the default rules do.

Signed-off-by: Ismael Luceno <[email protected]>
@ismaell
Copy link
Author

ismaell commented Aug 23, 2021

Hello?

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.

1 participant