Skip to content

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