summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: d6908416d23a97b0fbd967f24473f0bd27f5af02 (plain) (blame)
1
2
3
4
CPPFLAGS += $(shell pkg-config --cflags opencv)
LDFLAGS += $(shell pkg-config --libs opencv)

face-detection: