source: liacs/mss/project/Makefile@ 8

Last change on this file since 8 was 8, checked in by Rick van der Zwet, 15 years ago

Initial quirks for the project

File size: 125 bytes
Line 
1CFLAGS=-g
2
3CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml
4
5
6all: colour-tracking
7 ./colour-tracking 1
8
Note: See TracBrowser for help on using the repository browser.