Skip to content

Commit

Permalink
Fixed missing dependency in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
waynegramlich committed Apr 30, 2014
1 parent e8b2f6e commit 15e6b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Video_Capture: ${COMMON_O_FILES} ${VIDEO_CAPTURE_O_FILES}
${CC_MIXED} -o $@ ${VIDEO_CAPTURE_O_FILES} \
${COMMON_O_FILES} ${OPENCV_LIBRARIES} ${POINT_GREY_LIBRARIES} -lm

review.pdf:
review.pdf: ${REVIEW_FILES}
rm -rf /tmp/review /tmp/numbered
mkdir -p /tmp/review /tmp/numbered
cp ${REVIEW_FILES} /tmp/review
Expand Down

0 comments on commit 15e6b6a

Please sign in to comment.