3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 07:35:54 +00:00

7 lines
158 B
Makefile
Raw Normal View History

2022-04-02 18:24:21 +05:00
OBJS=RaspiCamControl.o RaspiCLI.o RaspiPreview.o RaspiStill.o
BIN=raspicam.bin
LDFLAGS+=-lmmal -lmmal_core -lmmal_util -lm -ldl
include ../Makefile.include