diff options
author | June McEnroe <june@causal.agency> | 2019-05-04 17:58:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-05-04 17:58:11 -0400 |
commit | 7f312726e016fbfcd0725c5b9feb625503ec5f67 (patch) | |
tree | 49b47be18437b219ef0487ebb46647b1d36633f9 /bin | |
parent | Move relay to bin (diff) | |
download | src-7f312726e016fbfcd0725c5b9feb625503ec5f67.tar.gz src-7f312726e016fbfcd0725c5b9feb625503ec5f67.zip |
Fix MANDIR typo
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 528a70b2..48cfb184 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -2,7 +2,7 @@ GFX = cocoa LIBRESSL_PREFIX = /usr/local PREFIX = ~/.local -MANIDR = $(PREFIX)/share/man +MANDIR = $(PREFIX)/share/man CFLAGS += -Wall -Wextra -Wpedantic LDLIBS = -lm -lutil -lz |