|
|
|
|
|
by deepsun
638 days ago
|
|
No I mean Makefiles, how author uses them, are additional complexity over shell scripts. The whole difference of Makefiles, their original idea was to not re-compile a target _file_ if it's already there. So if you need .PHONY -- you're using Makefiles wrongly. |
|