diff options
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-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 dd9125a..d468cc3 100644 --- a/_posts/2020-05-20-makefile-escaping.md +++ b/_posts/2020-05-20-makefile-escaping.md @@ -4,7 +4,7 @@ title: Escaping characters in Makefile TL;DR: visit [this page] for a short and concise version of this article. {: .alert .alert-success } -[this page]: {{ site.baseurl }}{% link _notes/makefile.md %} +[this page]: {% link _notes/makefile.md %} I'm a big sucker for irrelevant nitpicks like properly quoting arguments in shell scripts. |