source:
liacs/mss/project/Makefile@
19
Last change on this file since 19 was 19, checked in by , 15 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | CFLAGS=-g |
2 | |
3 | CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml -lX11 -lXtst |
4 | |
5 | tracking: colour-tracking |
6 | ./colour-tracking 1 `xrandr | awk '/\*/ {print $$1}' | tr 'x' ' '` |
7 | |
8 | colour-tracking: xdo.o |
9 |
Note:
See TracBrowser
for help on using the repository browser.