aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 11:21:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 11:21:14 +0300
commit48741327c42e8f25d878b7f4572884db1a311ce5 (patch)
treea7097bd6fd602374edd322cf8c6a2ea7b743c6c3 /_posts
parentmakefile_escaping: terser TL;DR (diff)
downloadblog-48741327c42e8f25d878b7f4572884db1a311ce5.tar.gz
blog-48741327c42e8f25d878b7f4572884db1a311ce5.zip
notes: add makefile.md
Diffstat (limited to '')
-rw-r--r--_posts/2020-05-20-makefile-escaping.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/_posts/2020-05-20-makefile-escaping.md b/_posts/2020-05-20-makefile-escaping.md
index d16e3b5..bf29657 100644
--- a/_posts/2020-05-20-makefile-escaping.md
+++ b/_posts/2020-05-20-makefile-escaping.md
@@ -35,6 +35,9 @@ variable, but the same rules should apply for all similar `sh`-like shells.
TL;DR
-----
+Visit [this page]({{ site.baseurl }}{% link _notes/makefile.md %}) for an all-in-one Makefile.
+{: .alert .alert-info }
+
* Put the prologue above at the top of your Makefile.
* Quote command arguments in Makefiles using single quotes `'`.
* Don't use `'` and `$` in stuff like file paths/environment variable values,