small bug in v4l2 makefile

This commit is contained in:
phyto 2019-06-30 17:47:17 +02:00
parent b8b34d0177
commit f30d66eeb3
1 changed files with 2 additions and 0 deletions

View File

@ -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 $@