This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
sdhcp/config.mk

13 lines
236 B
Makefile

# sdhcp version
VERSION = 0.1
PREFIX = /usr/local
DESTDIR =
MANPREFIX = $(PREFIX)/share/man
CC = cc
LD = $(CC)
CPPFLAGS = -D_DEFAULT_SOURCE
CFLAGS = -Wall -Wextra -pedantic -std=c99 $(CPPFLAGS)
LDFLAGS = -s