summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2019-07-24 15:04:40 +0200
committerKatolaZ <katolaz@freaknet.org>2019-07-24 14:21:05 +0100
commit5cfc45336702f9edb4e1c65890157e7ccdafd482 (patch)
tree17f0762cc7cb120b049b437157ccf155a94e8fdc /config.mk
parent77cefcf490d76f31fcac004debd4626e4af73545 (diff)
Add install target to Makefile. Fix manpath.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 49448a1..f17a5d6 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@ VERSION=0.1
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
-MANDIR = $(PREFIX)share/man
+MANDIR = $(PREFIX)/share/man
CFLAGS=-O3 -std=c90 -pedantic -Wall