1 2 3 4 5 6 7
all: gabor test Makefile CXXFLAGS+=$(shell pkg-config --cflags --libs opencv4) CXXFLAGS+=-O3 CXXFLAGS+=-g clean: rm -f gabor test