Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
config.mk (173B)
---
1 # sinit version
2 VERSION = 1.1
3
4 # paths
5 PREFIX = /usr/local
6 MANPREFIX = $(PREFIX)/share/man
7
8 CC = cc
9 LD = $(CC)
10 CPPFLAGS =
11 CFLAGS = -Wextra -Wall -Os
12 LDFLAGS = -s -static
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.