summaryrefslogtreecommitdiff
path: root/config.mk
blob: 6850d1e8c4c24ccd101e832c193e49e991017b08 (plain)
1
2
3
4
5
6
7
VERSION = 0.3
PREFIX = /usr/local
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/share/man

CFLAGS = -O3 -std=c99
DEBUG = -O0 -std=c99 -Wall -pedantic -g -DDEBUG