From 0f03cc378e6ce48f17a20e409f93bfc11345a6ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 16 May 2017 20:14:22 +0200 Subject: Fix errors and warnings and make the code cleaner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 518bac5..48dd500 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ BIN =\ blind-to-video\ blind-translate\ blind-transpose\ - blind-write-head + blind-write-head\ + blind-kernel\ + blind-temporal-mean # TODO Not tested yet (and doesn't have any manpages): # blind-kernel @@ -59,6 +61,7 @@ SRC = $(BIN:=.c) util.c stream.c HDR =\ arg.h\ + common.h\ stream.h\ util.h\ util/to.h\ @@ -71,7 +74,8 @@ HDR =\ util/efflush.h\ util/efunc.h\ util/eprintf.h\ - util/fshut.h + util/fshut.h\ + video-math.h MISCFILES = Makefile config.mk LICENSE README TODO -- cgit v1.2.3-70-g09d2