Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
config.mk (227B)
---
1 VERSION = 1.0
2
3 # paths
4 PREFIX = /usr/local
5 BINDIR = $(PREFIX)/bin
6 MANDIR = $(PREFIX)/man
7 MAN1DIR = $(MANDIR)/man1
8
9 CFLAGS = -std=c99 -pedantic -Wall -Wextra -I/usr/local/include
10
11 # grapheme.h
12 LIBS = -L/usr/local/lib -lgrapheme
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.