Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
config.mk (182B)
---
1 # smdev version
2 VERSION = 0.2.3
3
4 # paths
5 PREFIX = /usr/local
6
7 CC = cc
8 LD = $(CC)
9 CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
10 CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
11 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.