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 | fef06b5cbc44a327a114f77b04896f44d7d638e3 (patch) | |
tree | 2afdfc6e61d1d14d3924caf02f18e9be923051fe /bin/Makefile | |
parent | Move relay to bin (diff) | |
download | src-fef06b5cbc44a327a114f77b04896f44d7d638e3.tar.gz src-fef06b5cbc44a327a114f77b04896f44d7d638e3.zip |
Fix MANDIR typo
Diffstat (limited to 'bin/Makefile')
-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 |