commit 660b4e753da41bf67b56523e2ccd371c0876638b
Author:     Jan Klemkow <[email protected]>
AuthorDate: Fri Feb 21 18:49:36 2020 +0100
Commit:     Jan Klemkow <[email protected]>
CommitDate: Fri Feb 21 18:49:36 2020 +0100

    config.mk: add compile/linker info for sbase users

diff --git a/config.mk b/config.mk
index 1f057cc..8315b62 100644
--- 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

Reply via email to