Skip to content

Conversation

@albassort
Copy link

The Makefile was creating two outpits, fa.o and clex.o which is pretty atypical for a library; you would build it by statically linking against both libraries. I understand that one might like static linking, so I added modified the lib recipe to product a shared library, and added a recipe staticlib to retain the old static linking. Except, using AR to make a .a archive, so you don't link against both fa.o and clex.o, you link against libclex.a.

@albassort albassort changed the title Modified Makefile to be more standard Modified Makefile to be more standard + Linen and Linepos Nov 14, 2025
@albassort
Copy link
Author

re: #8 I added linen and linepos because it seems people want that.

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