Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
config.mk (260B)
---
1 # ubase version
2 VERSION = 0.1
3
4 # paths
5 PREFIX = /usr/local
6 MANPREFIX = $(PREFIX)/share/man
7
8 CC = cc
9 AR = ar
10 RANLIB = ranlib
11
12 CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
13 CFLAGS = -std=c99 -Wall -Wextra
14 LDLIBS = -lcrypt
15 LDFLAGS = -s
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.