CXXFLAGS = -Wall -W -g $(shell pkg-config --cflags opencv) LDFLAGS = $(shell pkg-config --libs opencv) .SUBDIRS: cpp test distclean: rm OMakefile.omc