3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-13 02:35:54 +00:00
2021-05-27 19:55:23 +05:00

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