1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

make: add more information link

This commit is contained in:
Richard Mörbitz 2020-10-27 14:30:07 +01:00 committed by Starbeamrainbowlabs
parent ff24666e79
commit 649bc40b2c

View file

@ -2,6 +2,7 @@
> Task runner for targets described in Makefile.
> Mostly used to control the compilation of an executable from source code.
> More information: <https://www.gnu.org/software/make/manual/make.html>.
- Call the first target specified in the Makefile (usually named "all"):