Introduction
Introduction Statistics Contact Development Disclaimer Help
add missing config.mk - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit dcca3afd016fa027eecf8e1e86973597081436ad
parent 717618148bab4de019bbe3a0fff9d073cb0c672d
Author: Jan Klemkow <[email protected]>
Date: Wed, 14 Mar 2018 00:02:25 +0100
add missing config.mk
Diffstat:
A config.mk | 12 ++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -0,0 +1,12 @@
+# paths
+PREFIX = /usr/local
+BINDIR = ${PREFIX}/bin
+MANDIR = ${PREFIX}/share/man
+MAN1DIR = ${MANDIR}/man1
+
+CC ?= cc
+CFLAGS = -std=c99 -pedantic -Wall -Wextra -g
+
+# utf.h
+CFLAGS += -I/usr/local/include
+LIBS = -L/usr/local/lib -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.