kiwmi/config.mk

16 lines
267 B
Makefile
Raw Normal View History

2018-09-27 16:42:31 +02:00
VERBOSE = 0
PREFIX = /usr/local
BINPREFIX = $(PREFIX)/bin
MANPREFIX = $(PREFIX)/share/man
XSESSIONS = $(PREFIX)/share/xsessions
SRCPREFIX = .
CC = gcc
LIT = lit
CFLAGS = -std=c99 -Wall -Wextra -pedantic -Os -D_POSIX_C_SOURCE=2
2018-09-27 16:42:31 +02:00
LDFLAGS =
CPPFLAGS = -MD -MP