aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f87816..518bac5 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@ BIN =\
blind-from-video\
blind-gauss-blur\
blind-invert-luma\
- blind-kernel\
blind-make-kernel\
blind-next-frame\
blind-read-head\
@@ -44,6 +43,10 @@ BIN =\
blind-transpose\
blind-write-head
+# TODO Not tested yet (and doesn't have any manpages):
+# blind-kernel
+# blind-temporal-mean
+
SCRIPTS =\
blind-rotate-90\
blind-rotate-180\