fixed quoting in Makefile

This commit is contained in:
Omar Polo 2020-10-02 19:46:46 +02:00
parent 6980aad6d7
commit 4984f974cd
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -88,4 +88,3 @@ now you can visit gemini://localhost/ with your preferred gemini client.
* it doesn't fork in the background or anything like that.
OpenBSD 6.8 - October 2, 2020