summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-25 23:09:18 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-25 23:09:18 -0600
commit40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe (patch)
treed59e142450f9f6140cfb5291d128f985fdf7aea6 /config.mk
parentd46ba9883117e023f79cdcfda04e028b9270db8a (diff)
downloaduirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar
uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.gz
uirc-40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe.tar.bz2
added macOS instructions
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index b1dc3d8..b08f862 100644
--- a/config.mk
+++ b/config.mk
@@ -2,6 +2,9 @@
PREFIX = /usr/local/bin
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
# manual install location
MANPREFIX = ${PREFIX}/share/man