3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 11:45:54 +00:00

7 lines
158 B
Makefile
Raw Normal View History

2021-05-27 19:55:23 +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