commit 660b4e753da41bf67b56523e2ccd371c0876638b
parent ec6c8a3c5bb5f69387f741164439ca3733c0d9de
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:
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