summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-04 05:44:51 +0200
committerMattias Andrée <maandree@kth.se>2017-07-04 05:44:51 +0200
commit509822a285117838305cb5cbaecb995cbbbafedd (patch)
treedcd66c41bfcbd671c9943429f732c770d5412775 /Makefile
parentAdd bff-flip, bff-flop, bff-rotate-90, bff-rotate-180, bff-rotate-270, and bff-transpose (diff)
downloadbff-509822a285117838305cb5cbaecb995cbbbafedd.tar.gz
bff-509822a285117838305cb5cbaecb995cbbbafedd.tar.bz2
bff-509822a285117838305cb5cbaecb995cbbbafedd.tar.xz
Add bff-crop
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 927923b..270ecc5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ include $(CONFIGFILE)
BIN =\
+ bff-crop\
bff-flip\
bff-flop\
bff-premultiply\