Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
config.mk (247B)
---
1 # scroll version
2 VERSION = 0.1
3
4 # paths
5 PREFIX = /usr/local
6 BINDIR = $(PREFIX)/bin
7 MANDIR = $(PREFIX)/share/man
8
9 CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE
10 # if your system is not POSIX, add -std=c99 to CFLAGS
11 CFLAGS = -Os
12 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.