item: checking against overflows in title.
[agg.git] / Make.config
blobf899696a2a52feb21b6a1ecb7f3158364d6c3176
1 PREFIX  = /usr/local
2 MANDIR  = $(PREFIX)/man
4 # You hopefully won't have to touch the following lines.
5 CFLAGS  = -W -Wall -Werror -Wfatal-errors -Wextra
6 CFLAGS += -pedantic-errors
7 CFLAGS += -std=c89