aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-10-02 19:46:46 +0200
committerOmar Polo <op@omarpolo.com>2020-10-02 19:46:46 +0200
commit4984f974cdbbcc07a21071326a9ace29115f657e (patch)
treecb7b90fb20b753449a4442a68f76d2f35860f4a3 /Makefile
parent6980aad6d79d45097066eed392cd0ede9297593d (diff)
fixed quoting in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f005bf..7c28f64 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ TAGS: gmid.c
-etags gmid.c
README.md: gmid.1
- mandoc -Tmarkdown gmid.1 | sed -e '1d' -e '$d' > README.md
+ mandoc -Tmarkdown gmid.1 | sed -e '1d' -e '$$d' > README.md
clean:
rm -f gmid.o gmid