preparation du moteur de brotchage

This commit is contained in:
2019-05-27 14:47:32 +02:00
parent 6527f5d398
commit 2a40718410
3 changed files with 8 additions and 3 deletions

View File

@@ -13,5 +13,9 @@ t: t.c Makefile ${DEPS} funcs.o
# external things
capture: capture.c Makefile
gcc -Wall $< -o $@
gcc -Wall -g $< -o $@
v4l2grab: v4l2grab.c Makefile
gcc -Wall -g $< -lv4l2 -o $@