From 7f312726e016fbfcd0725c5b9feb625503ec5f67 Mon Sep 17 00:00:00 2001 From: Curtis 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