From e1f8af7a8e3189b24a1e4a2d2146396bef8970e2 Mon Sep 17 00:00:00 2001 From: anapt Date: Sat, 20 Jan 2018 18:43:37 +0200 Subject: [PATCH] new file added to executables --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 573c8a3..8264514 100755 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPS=serialDeclarations.h # ========================================== # TARGETS -EXECUTABLES = serial +EXECUTABLES = serial mean-shift .PHONY: all clean