Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: add compile/linker info for sbase users - lchat - A line oriented ch…
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit 660b4e753da41bf67b56523e2ccd371c0876638b
parent ec6c8a3c5bb5f69387f741164439ca3733c0d9de
Author: Jan Klemkow <[email protected]>
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(-)
---
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.