diff options
author | Omar Polo <op@omarpolo.com> | 2020-10-02 19:46:46 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-10-02 19:46:46 +0200 |
commit | 4984f974cdbbcc07a21071326a9ace29115f657e (patch) | |
tree | cb7b90fb20b753449a4442a68f76d2f35860f4a3 /Makefile | |
parent | 6980aad6d79d45097066eed392cd0ede9297593d (diff) |
fixed quoting in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |