From 87f3fb95bd03209d41aa6eb67479368dd543bd2a Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Wed, 22 Jan 2020 22:43:16 +0100 Subject: [PATCH] missing target --- v4l2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2/Makefile b/v4l2/Makefile index d81028f..86cad48 100644 --- a/v4l2/Makefile +++ b/v4l2/Makefile @@ -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 $@