|
|
|
|
|
by gyepi
4458 days ago
|
|
I completely agree with the sentiment of the article. Makefiles are a form of documentation. However, I no longer use make in new projects and instead use redux [1]: my implementation of djb redo. It manages the dependencies and you write your scripts in shell. Simple, straightforward and easy. No more 'make -B', no more make contortions. [1] https://github.com/gyepisam/redux |
|