Adam Blinkinsop
Results
3
comments of
Adam Blinkinsop
Have you considered changing your build from a straight Makefile to something like CMake?
Minimizing external dependencies is laudable, but as soon as you start auto-detecting dependencies you're running into a bunch of code duplication with existing systems (Automake/Autoconf, CMake, etc.).
Maybe! I'll take a look in a bit.