aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-07-18 15:32:11 -0400
committermutantturkey <mutantturke@gmail.com>2012-07-18 15:32:11 -0400
commit4e3ef550b04d843374a493872b87d002f6610edf (patch)
treeb221ebab8dbc876c09ca082e04ec55a22f62e622
parent6a95fd5b0cf0eb19063b35792b5127c7aca0df77 (diff)
updated makefile to fit the new name of standard-deviaton
-rw-r--r--fly-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fly-tools/Makefile b/fly-tools/Makefile
index 2fa6b21..4805a55 100644
--- a/fly-tools/Makefile
+++ b/fly-tools/Makefile
@@ -12,7 +12,7 @@ derive-background:
mask-generator:
$(CC) mask/main.c mask/thpool.c -I./mask/ -o mask-generator $(CFLAGS) $(MAGICKCFLAGS) -pthread
standard-deviation:
- $(CPPC) standard-deviation/StandardDeviation.cpp -o standard-deviation $(CPPFLAGS)
+ $(CPPC) std-deviation/StandardDeviation.cpp -o standard-deviation $(CPPFLAGS)
FlyTrackingMain:
$(CPPC) FlyTrackingMain.cpp FlyObject.cpp FrameInfo.cpp -o FlyTracking $(CPPFLAGS) $(MAGICKCPPFLAGS)
FilterFlyMask: