summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-04 05:35:57 +0200
committerMattias Andrée <maandree@kth.se>2017-07-04 05:35:57 +0200
commit642827248322add0cdaac6cf516f32c5c804a8e9 (patch)
treee0c05ba729d6659ac02392aaa1087e13871890a7 /Makefile
parentwhoops... (diff)
downloadbff-642827248322add0cdaac6cf516f32c5c804a8e9.tar.gz
bff-642827248322add0cdaac6cf516f32c5c804a8e9.tar.bz2
bff-642827248322add0cdaac6cf516f32c5c804a8e9.tar.xz
Add bff-flip, bff-flop, bff-rotate-90, bff-rotate-180, bff-rotate-270, and bff-transpose
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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