Mercurial > hg > nsaunier > traffic-intelligence
diff c/Makefile @ 144:b32947b002da
added the code to read matrices from text files
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 26 Aug 2011 19:38:11 -0400 |
| parents | 445e773c9be3 |
| children | 61fd5aff418c |
line wrap: on
line diff
--- a/c/Makefile Wed Aug 24 19:43:44 2011 -0400 +++ b/c/Makefile Fri Aug 26 19:38:11 2011 -0400 @@ -65,7 +65,7 @@ test: echo "coucou $(HOME)" -feature-based-tracking: feature-based-tracking.o cvutils.o Motion.o Parameters.o +feature-based-tracking: feature-based-tracking.o cvutils.o Motion.o Parameters.o utils.o $(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS) track-features.o: track-features.cpp
