diff --git a/v4l2/Makefile b/v4l2/Makefile index d8bcd21..ffe72e8 100644 --- a/v4l2/Makefile +++ b/v4l2/Makefile @@ -3,6 +3,8 @@ COPT = -Wall -fpic -g -DDEBUG_LEVEL=1 DEPS = ../floatimg.h ../libfloatimg.a Makefile +all: grabvidseq t + t: t.c Makefile ${DEPS} funcs.o gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@