From f30d66eeb34dfeed0e9ea1be85fb084360af6a4f Mon Sep 17 00:00:00 2001 From: phyto Date: Sun, 30 Jun 2019 17:47:17 +0200 Subject: [PATCH] small bug in v4l2 makefile --- v4l2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v4l2/Makefile b/v4l2/Makefile index d8bcd21b..ffe72e82 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 $@