TH-montassar / Lstring

0 stars 0 forks source link

Create a generic Makefile #5

Open HXH106 opened 1 month ago

HXH106 commented 1 month ago

Add the build folder to generate the binary, not the example folder.

HXH106 commented 1 month ago

I'm not very familiar with Makefiles, but I think the idea is to create a Makefile that builds our library as a static library. The examples and tests will then link to this library to use it.

Steps:

  1. Read more about Makefiles.
  2. Create the necessary Makefiles for this library.