|
|
|
|
|
by SoftTalker
1324 days ago
|
|
I'm a big fan of using a standalone Makefile to manage the build of a project rather than having the IDE do it by "magic." Makefiles can also be used to handle a lot of repetitive processes or tasks that have to happen in a certain order based on dependencies -- they aren't limited to running compilers. |
|
[small plug] I've just done a presentation at $Work saying just that:
> By using Makefiles in your repos, you document and automate common "build" tasks.[1]
[1]: https://jiby.tech/presentation/makefiles/makefiles