|
|
|
|
|
by nickwanninger
3032 days ago
|
|
I actually usually have a general-use Makefile that I work from as a starting point [1]. It takes all c files from a src/ folder and builds their objects to build/ and then links them all in one go. No need for me to specify the files. It also works recursively. [1]: https://pastebin.com/b1tr9th3 |
|