mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 11:45:54 +00:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
|
OBJS=RaspiCamControl.o RaspiCLI.o RaspiPreview.o RaspiStill.o
|
||
|
BIN=raspicam.bin
|
||
|
LDFLAGS+=-lmmal -lmmal_core -lmmal_util -lm -ldl
|
||
|
|
||
|
include ../Makefile.include
|
||
|
|