diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:05:57 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:05:57 +0100 |
commit | c1006b3d565065c5987791429e2733bb6303180c (patch) | |
tree | c96979bfb71ca7292366104f377450caeface1db | |
parent | 7fd8c95dc1bc360e09aa155c03bfc6213401285f (diff) |
Add link to filename functions
-rw-r--r-- | makefile.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile.md b/makefile.md index a7a3ab8..0499a4d 100644 --- a/makefile.md +++ b/makefile.md @@ -25,6 +25,10 @@ More: <https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.ht More: <https://www.gnu.org/software/make/manual/html_node/Text-Functions.html> +## Filename functions + +<https://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html> + ## Quiet commands By default, `make` prints the command being run. Prepend `@` to silence this. |