|
|
|
|
|
by fuzztester
564 days ago
|
|
>Lastly, it has “caching” built in: A nitpick, but I don't think that should really be called caching, although it kind of is, in a looser sense. It's just comparing the file timestamps of the .o and .c files, and building the .o from the .c, if the .c is newer, or if the .o doesn't exist. |
|