diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-26 10:51:21 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-26 10:51:21 +0200 |
commit | 84dc685899177eeddb9b2a10b7d6ca5e49f61b63 (patch) | |
tree | 454fd752c146dad35572df5aac9ae8950c2e9afd /_posts/2020-05-20-makefile-escaping.md | |
parent | bump jekyll-theme (diff) | |
download | blog-84dc685899177eeddb9b2a10b7d6ca5e49f61b63.tar.gz blog-84dc685899177eeddb9b2a10b7d6ca5e49f61b63.zip |
makefile_escaping: minor update
Diffstat (limited to '')
-rw-r--r-- | _posts/2020-05-20-makefile-escaping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-05-20-makefile-escaping.md b/_posts/2020-05-20-makefile-escaping.md index bdc56cb..02c6442 100644 --- a/_posts/2020-05-20-makefile-escaping.md +++ b/_posts/2020-05-20-makefile-escaping.md @@ -35,7 +35,7 @@ variable, but the same rules should apply for all similar `sh`-like shells. TL;DR ----- -Visit [this page] for an all-in-one Makefile. +Visit [this page] for an all-in-one Makefile template. {: .alert .alert-info } [this page]: {{ site.baseurl }}{% link _notes/makefile.md %} |