From 4e3ef550b04d843374a493872b87d002f6610edf Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 18 Jul 2012 15:32:11 -0400 Subject: updated makefile to fit the new name of standard-deviaton --- fly-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3