From fef06b5cbc44a327a114f77b04896f44d7d638e3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 4 May 2019 17:58:11 -0400 Subject: Fix MANDIR typo --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') 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 -- cgit 1.4.1