m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2022-12-21 01:05:57 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2022-12-21 01:05:57 +0100
commitc1006b3d565065c5987791429e2733bb6303180c (patch)
treec96979bfb71ca7292366104f377450caeface1db
parent7fd8c95dc1bc360e09aa155c03bfc6213401285f (diff)
Add link to filename functions
-rw-r--r--makefile.md4
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.