CXXFLAGS:=`pkg-config --cflags opencv` LDFLAGS:=`pkg-config --libs opencv` house : house.cpp clean: rm -f *.o house