ref: 8c6dee8c450f9a7d9b97e51d47429d353a42ff9d
dir: /config.mk/
# This work is dedicated to the public domain. # See COPYING file for more information. VERSION != date '+%Y-%m-%d' PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"$(VERSION)\" CFLAGS = -g -std=c89 -Wall -Wextra -pedantic -Wfatal-errors -Wconversion\ -Wstrict-prototypes -Wold-style-definition $(CPPFLAGS) LDFLAGS = $(LIBS) CC = cc