Saphirac / ft_irc

MIT License
1 stars 1 forks source link

Update the file hierarchy and the Makefile to split the program and the library #10

Closed JonathanDUFOUR closed 4 months ago

JonathanDUFOUR commented 5 months ago

To make the code easier to test, we should make a library libirc.a, and use everything that's in it in a restricted number of source files that will be the program. For that, we should update the Makefile to have both target libirc.a and ft_irc. Also, we should either create a sub-directory inside src to put the source files of the library or create a directory next to src for them.