From 642827248322add0cdaac6cf516f32c5c804a8e9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 4 Jul 2017 05:35:57 +0200 Subject: Add bff-flip, bff-flop, bff-rotate-90, bff-rotate-180, bff-rotate-270, and bff-transpose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7aa8fd..927923b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,13 @@ include $(CONFIGFILE) BIN =\ + bff-flip\ + bff-flop\ bff-premultiply\ + bff-rotate-180\ + bff-rotate-270\ + bff-rotate-90\ + bff-transpose\ bff-unpremultiply -- cgit v1.2.3-70-g09d2