source:
liacs/mss/project/Makefile@
17
Last change on this file since 17 was 17, checked in by , 15 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | CFLAGS=-g |
2 | |
3 | CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml -lX11 -lXtst |
4 | |
5 | all: uinput |
6 | sudo ./uinput |
7 | |
8 | tracking: colour-tracking |
9 | ./colour-tracking 1 |
10 | |
11 | colour-tracking: xdo.o |
12 |
Note:
See TracBrowser
for help on using the repository browser.