summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0be1da41fa4cddf40bd6224b4c2d7a8cf62eae97 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS = -lpthread -lstdc++
CFLAGS += `pkg-config --libs opencv`

crop: crop.cpp
	g++ $(CFLAGS) crop.cpp -o crop

straighten-img: straighten-img.cpp
	g++ $(CFLAGS) straighten-img.cpp -o straighten-img