blob: 51e1c93276d7ff0984f861b507c78e978b7120e8 (
plain) (
blame)
1
2
3
4
5
6
|
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s -lunwind -ldw -lerror
|