commit 99b90161e266de187124c794a1cb41256845cba7 parent d7f5ffb4be07a3d1e74befc97ed88c4691cd2dab Author: Cem Keylan <cem@ckyln.com> Date: Sat, 21 Dec 2019 21:09:56 +0300 moved contents of config.mk to Makefile Diffstat:
M | Makefile | | | 7 | ++++++- |
D | config.mk | | | 8 | -------- |
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,12 @@ # sb # See LICENSE file for copyright and license details. -include config.mk +# sb version +VERSION = 1.1 + +# path +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man options: @echo Installation options for sb diff --git a/config.mk b/config.mk @@ -1,8 +0,0 @@ -# sb version -VERSION = 1.1 - -# Customize below to fit your system preferences - -# path -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man