aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: fde6f505f815d2e62b056db673b58d1eafbfe6c2 (plain)
1
2
3
4
5
6
7
all: gabor test Makefile

CXXFLAGS+=$(shell pkg-config --cflags --libs opencv4)
CXXFLAGS+=-O1
CXXFLAGS+=-g
clean:
	rm -f gabor test