summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-06-20 23:25:44 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-06-20 23:25:44 -0600
commit933a856e05a41ab63dac33ce53da48d91009613f (patch)
tree43da03cfaf3ab303197622e9a5cdd701a96468a2 /config.mk
parent50fd2f37c3a438f35e8730327f512891a2c8ae8f (diff)
downloaduirc-933a856e05a41ab63dac33ce53da48d91009613f.tar
uirc-933a856e05a41ab63dac33ce53da48d91009613f.tar.gz
uirc-933a856e05a41ab63dac33ce53da48d91009613f.tar.bz2
install man page and other makefile stuff
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