aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 72a8bf29e99e8d0112a3fd6132f8009991266aad (plain)
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