aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2020-05-20-makefile-escaping.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 15:10:35 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 15:10:35 +0200
commitc3329e5c7882e991aa1850894f4ba1d9d6030248 (patch)
treecf4b689a676f5248aef7b0f23a23e395973a4161 /_posts/2020-05-20-makefile-escaping.md
parentgdb-sleep-all: lower sleep time (diff)
downloadblog-c3329e5c7882e991aa1850894f4ba1d9d6030248.tar.gz
blog-c3329e5c7882e991aa1850894f4ba1d9d6030248.zip
upgrade to Jekyll 4
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-rw-r--r--_posts/2020-05-20-makefile-escaping.md2
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 4190fff..8ee6ec0 100644
--- a/_posts/2020-05-20-makefile-escaping.md
+++ b/_posts/2020-05-20-makefile-escaping.md
@@ -38,7 +38,7 @@ TL;DR
Visit [this page] for an all-in-one Makefile template.
{: .alert .alert-info }
-[this page]: {{ site.baseurl }}{% link _notes/makefile.md %}
+[this page]: {% link _notes/makefile.md %}
* Put the prologue above at the top of your Makefile.
* Quote command arguments in Makefiles using single quotes `'`.