From 87719884e259bcf11794cba30c8b8df5ef10a1cd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 3 Jul 2017 23:12:16 +0200 Subject: Add bff-premultiply and bff-unpremultiply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..4cafaa4 --- /dev/null +++ b/config.mk @@ -0,0 +1,10 @@ +# BFF version +VERSION = 1.0 + +# Paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +CFLAGS = -std=c99 -Wall -pedantic -O2 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +LDFLAGS = -s -- cgit v1.2.3-70-g09d2