missing target

This commit is contained in:
Tonton Th 2020-01-22 22:43:16 +01:00
parent bbea24d65d
commit 87f3fb95bd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
DEPS = ../floatimg.h ../libfloatimg.a Makefile
all: grabvidseq t
all: grabvidseq t video-infos
t: t.c Makefile ${DEPS} funcs.o v4l2_pr_structs.o
gcc ${COPT} $< funcs.o v4l2_pr_structs.o ../libfloatimg.a -o $@