Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
config.mk (313B)
---
1 # Customize to fit your system
2 VERSION = 1.9
3
4 # paths
5 PREFIX = /usr/local
6 MANPREFIX = ${PREFIX}/share/man
7 DOCPREFIX = ${PREFIX}/share/doc
8
9 # on systems which provide strlcpy(3),
10 # remove NEED_STRLCPY from CFLAGS and
11 # remove strlcpy.o from LIBS
12 CFLAGS = -DNEED_STRLCPY -Os
13 LDFLAGS = -s
14 LIBS = strlcpy.o
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.