Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
config.mk (236B)
---
1 # sdhcp version
2 VERSION = 0.1
3
4 PREFIX = /usr/local
5 DESTDIR =
6 MANPREFIX = $(PREFIX)/share/man
7
8 CC = cc
9 LD = $(CC)
10 CPPFLAGS = -D_DEFAULT_SOURCE
11 CFLAGS = -Wall -Wextra -pedantic -std=c99 $(CPPFLAGS)
12 LDFLAGS = -s
You are viewing proxied material from codemadness.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.