m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/makefile.md
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.md')
-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.