config.mk (100B)
1 VERSION = 0.0 2 PREFIX = /usr/local 3 MANPREFIX = $(PREFIX)/man 4 CFLAGS = -g -Werror -Wall 5 LDFLAGS = -lm