config.mk: add compile/linker info for sbase users - lchat - A line oriented chat front end for ii.
HTML git clone git://git.suckless.org/lchat
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 660b4e753da41bf67b56523e2ccd371c0876638b
DIR parent ec6c8a3c5bb5f69387f741164439ca3733c0d9de
HTML Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Fri, 21 Feb 2020 18:49:36 +0100
config.mk: add compile/linker info for sbase users
Diffstat:
M config.mk | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -10,3 +10,7 @@ CFLAGS = -std=c99 -pedantic -Wall -Wextra -g
# utf.h
CFLAGS += -I/usr/local/include
LIBS = -L/usr/local/lib -lutf
+
+# For sbase users:
+#CFLAGS += -I../sbase
+#LIBS = -L../sbase -lutf