summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b08f862..75ed0b0 100644
--- a/config.mk
+++ b/config.mk
@@ -1,11 +1,15 @@
# install location
-PREFIX = /usr/local/bin
+PREFIX = /usr/local
+MAN_PREFIX = ${PREFIX}/share/man
LIB_PREFIX = ${PREFIX}/lib
INCLUDE_PREFIX = /usr/include
# comment the line above and uncomment the following line
# if you are building on macOS, otherwise it is optional
#INCLUDE_PREFIX = /usr/local/include
+# additional compiler options
+OPTIONS = -O2
+
# manual install location
MANPREFIX = ${PREFIX}/share/man