nice renaming of the kluge

This commit is contained in:
Tonton Th 2019-05-27 17:14:56 +02:00
parent 1fdd8901a1
commit b97c24befe
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ t: t.c Makefile ${DEPS} funcs.o
capture: capture.c Makefile
gcc -Wall -g $< -o $@
v4l2grab: v4l2grab.c Makefile
grabvidseq: grabvidseq.c Makefile
gcc -Wall -g $< -lv4l2 -o $@