diff options
author | June McEnroe <june@causal.agency> | 2020-12-14 23:38:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-14 23:39:03 -0500 |
commit | 5d6544cd196cd01196e9fd6f93edcff8c14cce1f (patch) | |
tree | b093e885205a3fdaa0f1bed4c1b0ffe3f109a4fa | |
parent | Free threads and envelopes after concat (diff) | |
download | bubger-5d6544cd196cd01196e9fd6f93edcff8c14cce1f.tar.gz bubger-5d6544cd196cd01196e9fd6f93edcff8c14cce1f.zip |
Fix MANDIR default
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 595737f..b8f6177 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX ?= /usr/local -MANDIR ?= ${SHAREDIR}/man +MANDIR ?= ${PREFIX}/share/man CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDLIBS = -ltls |