wm: ticl

ref: 6bbc66e7c0951d7f9ec054179867c4a0d839bb26
dir: /config.mk/

View raw version
# 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

# OpenBSD (comment)
LIBS = -lbsd

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