Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
config.mk (194B)
---
1 # sbase version
2 VERSION = 0.1
3
4 # paths
5 PREFIX = /usr/local
6 MANPREFIX = $(PREFIX)/share/man
7
8 # tools
9 #CC =
10 #AR =
11 RANLIB = ranlib
12
13 # -lrt might be needed on some systems
14 # CFLAGS =
15 # LDFLAGS =
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.