Closed grimreaper closed 4 years ago
This avoids depending on specific compilers, or repeating the name of executible/source code. Further it results in running make multiple times not rebuild the executable unless the binary has changed.
make
Thanks!
This avoids depending on specific compilers, or repeating the name of executible/source code. Further it results in running
make
multiple times not rebuild the executable unless the binary has changed.