From 933a856e05a41ab63dac33ce53da48d91009613f Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 20 Jun 2022 23:25:44 -0600 Subject: install man page and other makefile stuff --- config.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.mk') 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 -- cgit v1.2.3